- Fixed: changemap allowed changing the map in "demo mode."
- Fixed: Crash when using the console at the title screen. SVN r4182 (trunk)
This commit is contained in:
parent
b0203c9f1d
commit
b096c7a82f
2 changed files with 2 additions and 2 deletions
|
|
@ -329,7 +329,7 @@ CCMD (hxvisit)
|
|||
|
||||
CCMD (changemap)
|
||||
{
|
||||
if (who == NULL)
|
||||
if (who == NULL || !usergame)
|
||||
{
|
||||
Printf ("Use the map command when not in a game.\n");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue