Small fixes

This commit is contained in:
daffyyyy
2023-12-05 19:30:10 +01:00
parent e37f111f1b
commit b0790729be
5 changed files with 26 additions and 9 deletions

View File

@@ -105,6 +105,7 @@ namespace WeaponPaints
RemovePlayerKnife(player, true);
AddTimer(0.3f, () => GiveKnifeToPlayer(player));
}
}
return HookResult.Continue;
@@ -207,6 +208,7 @@ namespace WeaponPaints
return HookResult.Continue;
}
private HookResult OnRoundEnd(EventRoundEnd @event, GameEventInfo info)
{
g_bCommandsAllowed = false;