mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 11:01:44 +01:00
Altered previous truncation fix and added OLC setting for the HUH message.
This commit is contained in:
@@ -74,6 +74,9 @@ int free_strings(void *data, int type)
|
||||
if (config->play.OK)
|
||||
free(config->play.OK);
|
||||
|
||||
if (config->play.HUH)
|
||||
free(config->play.HUH);
|
||||
|
||||
if (config->play.NOPERSON)
|
||||
free(config->play.NOPERSON);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user