mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
gitflow-hotfix-stash: 5.3.2
This commit is contained in:
@@ -120,7 +120,7 @@ Roles.new_role('Veteran','Vet')
|
||||
:allow{
|
||||
}
|
||||
:set_auto_promote_condition(function(player)
|
||||
if player.online_time > 10*hours then
|
||||
if player.online_time > 10*216000 then
|
||||
return true
|
||||
end
|
||||
end)
|
||||
@@ -141,7 +141,7 @@ Roles.new_role('Regular','Reg')
|
||||
'command/kill'
|
||||
}
|
||||
:set_auto_promote_condition(function(player)
|
||||
if player.online_time > 3*hours then
|
||||
if player.online_time > 3*216000 then
|
||||
return true
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user