forked from CFC-Servers/cfc_chat_transit
use string.gsub instead of gsub
This commit is contained in:
parent
bc39e87e13
commit
8cb1efe37f
@ -10,7 +10,7 @@ export ChatTransit = {}
|
||||
|
||||
readClean = (fileName) ->
|
||||
data = Read fileName, "DATA"
|
||||
gsub data, "%s", ""
|
||||
string.gsub data, "%s", ""
|
||||
|
||||
RelayPort = readClean "cfc/cfc_relay_port.txt"
|
||||
RelayPassword = readClean "cfc/cfc_relay_password.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user