1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-06 14:20:56 +00:00

No longer need to call parseOrigArguments().

This commit is contained in:
Kane York 2017-09-26 15:17:36 -07:00
parent 8abab6a36e
commit 7ca41dd196

View file

@ -73,7 +73,6 @@ func (cm ClientMessage) ReplyJSON(cmd Command, argsJSON string) ClientMessage {
Command: cmd, Command: cmd,
origArguments: argsJSON, origArguments: argsJSON,
} }
n.parseOrigArguments()
return n return n
} }