WIP: Some updates
This commit is contained in:
@ -29,6 +29,7 @@ func spawn_players(spawn_location: SpawnController, id: int) -> Error:
|
||||
var model: CharacterWrapper = model_scene.instantiate()
|
||||
model.global_position = new_position
|
||||
_get_model_root().add_child(model)
|
||||
model.owner_placeholder = char
|
||||
return OK
|
||||
return ERR_UNAUTHORIZED
|
||||
|
||||
|
Reference in New Issue
Block a user