From d37eb9a59bed6d4c11a2e499b4231790c51edf8e Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sat, 16 Mar 2024 00:09:56 +0100 Subject: [PATCH] Maps/Repsawn (#172) * use more verbose time formater for repsawn time --- includes/basetype.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/basetype.class.php b/includes/basetype.class.php index a989bedf..a772355b 100644 --- a/includes/basetype.class.php +++ b/includes/basetype.class.php @@ -625,7 +625,7 @@ trait spawnHelper $footer = ''; if ($s['respawn']) - $info[1] = ''.Lang::npc('respawnIn').Lang::main('colon').Util::formatTime($s['respawn'] * 1000, false).''; + $info[1] = ''.Lang::npc('respawnIn').Lang::main('colon').Lang::formatTime($s['respawn'] * 1000, 'game', 'timeAbbrev', true).''; if (User::isInGroup(U_GROUP_STAFF)) {