diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/st_stuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/st_stuff.c b/src/st_stuff.c index b82504af..6d502afd 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -605,7 +605,7 @@ ST_Responder (event_t* ev) } // 'clev' change-level cheat - if (cht_CheckCheat(&cheat_clev, ev->data2)) + if (!netgame && cht_CheckCheat(&cheat_clev, ev->data2)) { char buf[3]; int epsd; |