From c1dbaa7d4b9f7fb047559ac0116b36d2df75979b Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 18 May 2019 15:35:05 +0700 Subject: [PATCH] made "netevent cannot be used outside of a map" message a warning --- src/events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }