mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +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
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue