mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
Allowed pausing in practice mode.
It was disabled before due to the mess with time calculation. Shouldn't be problematic now.
This commit is contained in:
parent
5ba897e274
commit
52b9c1e81f
@ -561,13 +561,6 @@ public Action Command_TogglePause(int client, int args)
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
if(gB_PracticeMode[client])
|
||||
{
|
||||
Shavit_PrintToChat(client, "%T", "PausePractice", client, gS_ChatStrings[sMessageWarning], gS_ChatStrings[sMessageText]);
|
||||
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
if(gB_ClientPaused[client])
|
||||
{
|
||||
TeleportEntity(client, gF_PausePosition[client][0], gF_PausePosition[client][1], gF_PausePosition[client][2]);
|
||||
|
||||
@ -105,11 +105,6 @@
|
||||
"#format" "{1:s},{2:s}"
|
||||
"en" "Timer has been {1}paused{2}."
|
||||
}
|
||||
"PausePractice"
|
||||
{
|
||||
"#format" "{1:s},{2:s}"
|
||||
"en" "You {1}are not{2} allowed to pause while in practice mode."
|
||||
}
|
||||
// ---------- Zones ---------- //
|
||||
"StartZoneUndefined"
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user