mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
made "netevent cannot be used outside of a map" message a warning
This commit is contained in:
parent
7540de4027
commit
c1dbaa7d4b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue