diff --git a/Sources/Plasma/FeatureLib/pfConsoleCore/pfConsoleCommandsCore.cpp b/Sources/Plasma/FeatureLib/pfConsoleCore/pfConsoleCommandsCore.cpp index 0e94e9fa..a10a2770 100644 --- a/Sources/Plasma/FeatureLib/pfConsoleCore/pfConsoleCommandsCore.cpp +++ b/Sources/Plasma/FeatureLib/pfConsoleCore/pfConsoleCommandsCore.cpp @@ -112,6 +112,16 @@ PF_CONSOLE_CMD( SetServerDisplayName(params[0]); } +//============================================================================ +PF_CONSOLE_CMD( + Server, + Port, + "int port", + "Set server's port" +) { + SetClientPort((int)params[0]); +} + //============================================================================ // Server.File group