fixed wrong way pb
This commit is contained in:
parent
b4f9265cfb
commit
42a1cbdbc0
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ public void Shavit_OnFinish(int client, int style, float time, int jumps, int st
|
|||
}
|
||||
|
||||
if (g_iPBEnabled == 1) {
|
||||
if (time < g_fPB) {
|
||||
if (g_fPB > time) {
|
||||
if(track == 0){
|
||||
int iCredits = g_iPBAmount * g_iTier;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue