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:
@ -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
|
||||||
|
Reference in New Issue
Block a user