mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-15 02:12:26 +08:00
溺水传送至安全位置初步
This commit is contained in:
@@ -81,7 +81,7 @@ func (p *Player) InitAll() {
|
||||
p.GameObjectGuidMap = make(map[uint64]GameObject)
|
||||
p.CoopApplyMap = make(map[uint32]int64)
|
||||
p.StaminaInfo = new(StaminaInfo)
|
||||
p.StaminaInfo.DrownBackPos = new(Vector)
|
||||
p.StaminaInfo.ActiveAvatarPos = new(Vector)
|
||||
p.VehicleInfo = new(VehicleInfo)
|
||||
p.VehicleInfo.LastCreateEntityIdMap = make(map[uint32]uint32)
|
||||
p.InitAllAvatar()
|
||||
|
||||
Reference in New Issue
Block a user