fixed arrchery range score bug
This commit is contained in:
@@ -227,7 +227,7 @@ public class ArcheryRange : NetworkBehaviour
|
||||
return data.HighScore;
|
||||
}
|
||||
|
||||
return -1f; // default score
|
||||
return 0f; // default score
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user