From 88b1090d63a20ec368f3518298727a073e6a4112 Mon Sep 17 00:00:00 2001 From: anon5 Date: Tue, 22 Jun 2021 19:42:34 +0000 Subject: s/ToSrvModChan(.*)/ToSrv\1ModChan/g --- tocltcmds.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tocltcmds.go') diff --git a/tocltcmds.go b/tocltcmds.go index 5fbe18b..9f8fbd4 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -196,10 +196,10 @@ type ToCltChatMsg struct { type ChatMsgType uint8 const ( - RawMsg ChatMsgType = iota // raw - NormalMsg // normal - AnnounceMsg // announce - SysMsg // sys + RawMsg ChatMsgType = iota // raw + NormalMsg // normal + AnnounceMsg // announce + SysMsg // sys maxMsg ) @@ -650,9 +650,9 @@ type ToCltUpdatePlayerList struct { type PlayerListUpdateType uint8 const ( - InitPlayers PlayerListUpdateType = iota // init - AddPlayers // add - RemovePlayers // remove + InitPlayers PlayerListUpdateType = iota // init + AddPlayers // add + RemovePlayers // remove ) //go:generate stringer -linecomment -type PlayerListUpdateType -- cgit v1.2.3