(disabled_commands): New econfig key.
(disable_coms): New, implements disabled_commands. (init_player_commands): Call it.
This commit is contained in:
parent
db1ac2edf4
commit
b63c69ef20
3 changed files with 30 additions and 1 deletions
|
@ -43,7 +43,9 @@ char *privlog = "careless@invalid";
|
|||
/* Divine hosts and networks */
|
||||
char *privip = "127.0.0.1 ::1 ::ffff:127.0.0.1";
|
||||
|
||||
int keep_journal = 0;
|
||||
char *disabled_commands = "";
|
||||
|
||||
int keep_journal = 0; /* journal log file enabled */
|
||||
|
||||
int WORLD_X = 64; /* World size - x */
|
||||
int WORLD_Y = 32; /* World size - y */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue