Typoed call_local
This commit is contained in:
parent
0f2be1b8a8
commit
b3933fb082
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ func fill_scores_with_zeros(num_of_players):
|
|||
for i in num_of_players:
|
||||
scores[i] = 0
|
||||
|
||||
@rpc("authority", "reliable", "run_local")
|
||||
@rpc("authority", "reliable", "call_local")
|
||||
func select_runner(players, playersID):
|
||||
var numOfPlayers = players.size()
|
||||
var getIndexSize = numOfPlayers - 1
|
||||
|
|
Loading…
Reference in a new issue