v1.3.1: фикс CSRoundEnd_RoundDraw -> CSRoundEnd_Draw
This commit is contained in:
@@ -33,7 +33,7 @@ public Plugin myinfo =
|
||||
name = "ArcaneGame Custom Rounds Core",
|
||||
author = "deidara.dev",
|
||||
description = "Core plugin for custom rounds with AG Coin integration",
|
||||
version = "1.3.0",
|
||||
version = "1.3.1",
|
||||
url = "https://deidara.dev"
|
||||
};
|
||||
|
||||
@@ -151,7 +151,7 @@ public void OnClientDisconnect(int client)
|
||||
LogCRAction(0, "1vAll: ТТшник %s вышел, раунд завершён ничьёй", name);
|
||||
|
||||
g_OneVsAllTUserId = 0;
|
||||
CS_TerminateRound(0.5, CSRoundEnd_RoundDraw, false);
|
||||
CS_TerminateRound(0.5, CSRoundEnd_Draw, false);
|
||||
}
|
||||
|
||||
FullResetClientState(client);
|
||||
|
||||
Reference in New Issue
Block a user