diff --git a/src/events.cpp b/src/events.cpp index 5b1edeec8..935249d86 100755 --- a/src/events.cpp +++ b/src/events.cpp @@ -1251,7 +1251,7 @@ CCMD(netevent) { if (gamestate != GS_LEVEL/* && gamestate != GS_TITLELEVEL*/) // not sure if this should work in title level, but probably not, because this is for actual playing { - Printf("netevent cannot be used outside of a map.\n"); + DPrintf(DMSG_SPAMMY, "netevent cannot be used outside of a map.\n"); return; }