Skip to content

Commit 1d33052

Browse files
committed
tiny bugfix for the new Server
1 parent 7cdf742 commit 1d33052

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎Programs/Server.lua‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ local pathtoconf = "/home/Serverconf.lua"
88

99
dofile(pathtoconf)
1010

11+
for _, data in pairs(Conf.Logmessages) do
12+
if data[2] == nil then
13+
data[2] = ""
14+
end
15+
end
16+
1117
-- Setup of the lights and doors
1218

1319
function conf.setlights()

0 commit comments

Comments
 (0)