mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 20:13:21 +00:00
Mark end of transitions
This commit is contained in:
parent
7f5aa6a014
commit
b9f2d9eb07
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -945,7 +945,7 @@ public void OnClientAuthorized(int client, const char[] auth) {
|
|||
public void OnClientPutInServer(int client) {
|
||||
if(g_gameState == State_Transitioning) {
|
||||
g_gameState = State_None;
|
||||
if(StartPayload()) {
|
||||
if(StartPayload(true)) {
|
||||
AddGameRecord();
|
||||
SendPayload();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue