mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Moved map time to info gui
This commit is contained in:
@@ -24,7 +24,6 @@ return {
|
||||
['softmod']={'info.softmod'},
|
||||
['script']={'info.softmod'},
|
||||
['loop']={'chat-bot.loops'},
|
||||
['loops']={'chat-bot.loops'},
|
||||
['rhd']={'info.lhd'},
|
||||
['lhd']={'info.lhd'},
|
||||
['roundabout']={'chat-bot.loops'},
|
||||
@@ -45,9 +44,6 @@ return {
|
||||
['online']=function()
|
||||
return {'chat-bot.players-online',#game.connected_players}
|
||||
end,
|
||||
['time']=function()
|
||||
return {'chat-bot.map-time',format_time(game.tick,{days=true,hours=true,minutes=true,seconds=true,long=true})}
|
||||
end,
|
||||
['r!verify']=function(player)
|
||||
return {'chat-bot.verify',player.name}
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user