mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Changed Quick Respawn To 60 Ticks
This commit is contained in:
@@ -54,6 +54,6 @@ end)
|
||||
Event.register(defines.events.on_pre_player_died,function(event)
|
||||
local player = Game.get_player(event)
|
||||
if Ranking.get_rank(player):allowed('bonus-respawn') then
|
||||
player.ticks_to_respawn = nil
|
||||
player.ticks_to_respawn = 60
|
||||
end
|
||||
end)
|
||||
Reference in New Issue
Block a user