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