mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-05-13 07:25:19 -05:00
GPCM: Remove extra newline in kick message
This commit is contained in:
parent
e81702060e
commit
25e0d2c38d
|
|
@ -308,10 +308,11 @@ var (
|
|||
ErrorCode: 22002,
|
||||
MessageRMC: map[byte]string{
|
||||
LangEnglish: "" +
|
||||
"You have been kicked from WiiLink WFC.\n" +
|
||||
"You have been kicked from\n" +
|
||||
"WiiLink WFC by a moderator.\n" +
|
||||
"Reason: %[3]s\n" +
|
||||
"Error Code: %[1]d\n" +
|
||||
"Support Info: NG%08[2]x\n",
|
||||
"Support Info: NG%08[2]x",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user