fixed wrong way pb

This commit is contained in:
Dustin 2019-08-13 20:23:44 +02:00 committed by GitHub
parent b4f9265cfb
commit 42a1cbdbc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;