Skip to content

Commit 84a0180

Browse files
committed
xrGame: remname forgotten virtual methods in child classes
1 parent 51c0846 commit 84a0180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/console_commands_mp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ class CCC_Name : public IConsole_Command
12451245
bLowerCaseArgs = false;
12461246
bEmptyArgsHandled = false;
12471247
};
1248-
virtual void Status(TStatus& S)
1248+
virtual void GetStatus(TStatus& S)
12491249
{
12501250
S[0] = 0;
12511251
if (IsGameTypeSingle())

0 commit comments

Comments
 (0)