1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +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,
origArguments: argsJSON,
}
n.parseOrigArguments()
return n
}