mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 18:11:45 +01:00
Renamed medit_alias and oedit_namelist to _keyword. Updated CircleMUD to tbaMUD 3.51! I put tba's do_cheat back in. Prior to each release I have to update do_cheat, change advance from level 32 to 33, set <player> advance to level 33, and remove all helpfiles below the XTBA entry in help.hlp--Rumble
This commit is contained in:
@@ -1604,7 +1604,7 @@ int new_descriptor(socket_t s)
|
||||
sockets_connected++;
|
||||
|
||||
if (sockets_connected >= CONFIG_MAX_PLAYING) {
|
||||
write_to_descriptor(desc, "Sorry, CircleMUD is full right now... please try again later!\r\n");
|
||||
write_to_descriptor(desc, "Sorry, the game is full right now... please try again later!\r\n");
|
||||
CLOSE_SOCKET(desc);
|
||||
return (0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user