Typoed call_local

This commit is contained in:
Paul Black 2023-03-17 02:43:19 +00:00
parent 0f2be1b8a8
commit b3933fb082

View file

@ -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