修改错误的版本号

This commit is contained in:
Tnze
2019-07-20 10:54:06 +08:00
parent a1cc368be2
commit 927de56d35
5 changed files with 23 additions and 11 deletions

View File

@ -8,7 +8,7 @@ type Settings struct {
ChatColors bool //聊天颜色
DisplayedSkinParts uint8 //皮肤显示
MainHand int //主手
ReciveMap bool //接收地图数据
ReceiveMap bool //接收地图数据
}
/*
@ -32,5 +32,5 @@ var DefaultSettings = Settings{
ChatMode: 0,
DisplayedSkinParts: Jacket | LeftSleeve | RightSleeve | LeftPantsLeg | RightPantsLeg | Hat,
MainHand: 1,
ReciveMap: true,
ReceiveMap: true,
}