mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-04-23 08:09:40 +00:00
made "netevent cannot be used outside of a map" message a warning
This commit is contained in:
parent
fa42357891
commit
9191a33d82
1 changed files with 1 additions and 1 deletions
|
@ -1263,7 +1263,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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue