fixed arrchery range score bug

This commit is contained in:
mxssw 2025-05-28 20:44:46 +03:00
parent a3f514b6eb
commit 11b4c264ef
2 changed files with 3 additions and 3 deletions

View File

@ -227,7 +227,7 @@ public class ArcheryRange : NetworkBehaviour
return data.HighScore; return data.HighScore;
} }
return -1f; // default score return 0f; // default score
} }
} }

BIN
ProjectSettings/ProjectSettings.asset (Stored with Git LFS)

Binary file not shown.