mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- fixed: missing return in playerinfo CCMD added.
This commit is contained in:
parent
e7225bced6
commit
698495efc5
1 changed files with 1 additions and 0 deletions
|
@ -1018,6 +1018,7 @@ CCMD (playerinfo)
|
|||
if (!playeringame[i])
|
||||
{
|
||||
Printf(TEXTCOLOR_ORANGE "Player %d is not in the game\n", i);
|
||||
return;
|
||||
}
|
||||
|
||||
// Print special info
|
||||
|
|
Loading…
Reference in a new issue