mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-02 07:58:31 +00:00
Change SuccessCommand to 'ok'
This commit is contained in:
parent
40e26b5535
commit
41e9a8f1f8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var CommandHandlers = map[Command]CommandHandler{
|
|||
}
|
||||
|
||||
// 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.
|
||||
const ErrorCommand Command = "error"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue