mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
@@ -625,7 +625,7 @@ trait spawnHelper
|
|||||||
$footer = '';
|
$footer = '';
|
||||||
|
|
||||||
if ($s['respawn'])
|
if ($s['respawn'])
|
||||||
$info[1] = '<span class="q0">'.Lang::npc('respawnIn').Lang::main('colon').Util::formatTime($s['respawn'] * 1000, false).'</span>';
|
$info[1] = '<span class="q0">'.Lang::npc('respawnIn').Lang::main('colon').Lang::formatTime($s['respawn'] * 1000, 'game', 'timeAbbrev', true).'</span>';
|
||||||
|
|
||||||
if (User::isInGroup(U_GROUP_STAFF))
|
if (User::isInGroup(U_GROUP_STAFF))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user