1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-30 09:07:55 +00:00

Merge pull request #2214 from Wojbie/patch-1

Update motd path in startup.lua
This commit is contained in:
Jonathan Coates
2025-06-03 08:08:30 +01:00
committed by GitHub

View File

@@ -191,7 +191,7 @@ end
-- Show MOTD -- Show MOTD
if settings.get("motd.enable") then if settings.get("motd.enable") then
shell.run("motd") shell.run("/rom/programs/motd")
end end
-- Run the user created startup, either from disk drives or the root -- Run the user created startup, either from disk drives or the root