Skip to content

Commit

Permalink
made "netevent cannot be used outside of a map" message a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaulwurff committed May 18, 2019
1 parent 680a6f3 commit a633a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.cpp
Expand Up @@ -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_WARNING, "netevent cannot be used outside of a map.\n");
return;
}

Expand Down

0 comments on commit a633a4b

Please sign in to comment.