mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 20:05:22 +09:00
Fixed Two Bugs
This commit is contained in:
@@ -60,6 +60,7 @@ end
|
||||
Event.register(defines.events.on_tick,function(event)
|
||||
if (game.tick%3600) == 0 then
|
||||
local players = game.connected_players
|
||||
if #players == 0 then return end
|
||||
local player = players[math.random(#players)]
|
||||
search_player(player)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user