mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-16 12:48:07 +01:00
A couple small tweaks to ProtocolOutput()
This commit is contained in:
parent
f0a80caaa3
commit
8852c83abf
3 changed files with 25 additions and 4 deletions
|
|
@ -1500,8 +1500,5 @@ char * convert_from_tabs(char * string)
|
|||
strcpy(buf, string);
|
||||
parse_tab(buf);
|
||||
|
||||
if (strchr(buf, '\t'))
|
||||
mudlog(CMP, LVL_GOD, TRUE, "STILL TABS?! [%s]", buf);
|
||||
|
||||
return(buf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue