mirror of
https://github.com/id-Software/quake-rerelease-qc.git
synced 2026-03-19 16:39:51 +01:00
Update 4 id1, hipnotic, mg1, and rogue source
This commit is contained in:
@@ -1285,7 +1285,7 @@ void() ServerflagsCommand =
|
||||
|
||||
void() QuadCheat =
|
||||
{
|
||||
if (deathmatch || coop)
|
||||
if (!cheats_allowed)
|
||||
return;
|
||||
|
||||
self.super_time = 1;
|
||||
|
||||
Reference in New Issue
Block a user