mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
整了个小活
This commit is contained in:
@@ -347,7 +347,7 @@ func (g *GameManager) EvtCreateGadgetNotify(player *model.Player, payloadMsg pb.
|
||||
logger.Debug("EvtCreateGadgetNotify: %v", req)
|
||||
world := WORLD_MANAGER.GetWorldByID(player.WorldId)
|
||||
scene := world.GetSceneById(player.SceneId)
|
||||
scene.ClientCreateEntityGadget(&model.Vector{
|
||||
scene.CreateEntityGadgetClient(&model.Vector{
|
||||
X: float64(req.InitPos.X),
|
||||
Y: float64(req.InitPos.Y),
|
||||
Z: float64(req.InitPos.Z),
|
||||
|
||||
Reference in New Issue
Block a user