Fix auto last char always returning true

This commit is contained in:
Vortrex
2021-01-15 03:39:08 -06:00
parent 46fa648f75
commit 9acecff880

View File

@@ -971,7 +971,7 @@ function doesPlayerHaveAutoSelectLastCharacterEnabled(client) {
return true;
}
return true;
return false;
}
// ---------------------------------------------------------------------------