1
0
forked from cgvr/DeltaVR

archery range npc voicelines for completing round and submitting name

This commit is contained in:
2026-03-16 15:32:46 +02:00
parent 439094f74a
commit 6a77893ed7
14 changed files with 1148 additions and 9 deletions

View File

@@ -85,7 +85,6 @@ public class ArcheryRange : NetworkBehaviour
_presentPlayers.Remove(exitedPlayer); // Shifts others left automatically
if (exitedPlayer == _scoredPlayer) keyboardManager.DeActivate(); // If the player <20>refuses to enter their name.
}