Moved map time to info gui

This commit is contained in:
Cooldude2606
2020-04-05 19:39:19 +01:00
parent 05e5a187b0
commit 8569de50aa
4 changed files with 4 additions and 7 deletions

View File

@@ -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,