1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 01:56:55 +00:00

Change SuccessCommand to 'ok'

This commit is contained in:
Kane York 2015-11-01 00:30:49 -07:00
parent 40e26b5535
commit 41e9a8f1f8

View file

@ -43,7 +43,7 @@ var CommandHandlers = map[Command]CommandHandler{
} }
// Sent by the server in ClientMessage.Command to indicate success. // Sent by the server in ClientMessage.Command to indicate success.
const SuccessCommand Command = "True" const SuccessCommand Command = "ok"
// Sent by the server in ClientMessage.Command to indicate failure. // Sent by the server in ClientMessage.Command to indicate failure.
const ErrorCommand Command = "error" const ErrorCommand Command = "error"