1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-04 02:48:18 -05:00

Tomstone: fixed suicide not being disabled

This commit is contained in:
Jbleezy
2020-03-05 16:35:35 -08:00
parent d9ac8a01f3
commit 666694051c

View File

@ -1278,7 +1278,7 @@ disable_sniper_scope_sway()
tombstone_disable_suicide()
{
level.canplayersuicide = undefined;
level.playersuicideallowed = undefined;
}
tombstone_spawn_changes()