1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Add Server.Port to server.ini

This commit is contained in:
2014-12-26 15:50:20 -05:00
parent e8d317bd92
commit 16fb69c55f

View File

@ -112,6 +112,16 @@ PF_CONSOLE_CMD(
SetServerDisplayName(params[0]); SetServerDisplayName(params[0]);
} }
//============================================================================
PF_CONSOLE_CMD(
Server,
Port,
"int port",
"Set server's port"
) {
SetClientPort((int)params[0]);
}
//============================================================================ //============================================================================
// Server.File group // Server.File group