mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 16:50:18 +01:00
Lua syntax fix.
This commit is contained in:
parent
0ac279d0c7
commit
89413f753c
@ -19,7 +19,7 @@ end
|
|||||||
function time_interval_func()
|
function time_interval_func()
|
||||||
local players = players_data()
|
local players = players_data()
|
||||||
local fifo = io.open(fifo_path, 'w')
|
local fifo = io.open(fifo_path, 'w')
|
||||||
if (fifo != nil) then
|
if (fifo ~= nil) then
|
||||||
fifo.write(players)
|
fifo.write(players)
|
||||||
fifo:close()
|
fifo:close()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user