fix for addrating

This commit is contained in:
He-Man 2017-09-20 19:35:46 +02:00 committed by GitHub
parent 7e81aa5080
commit 2afc23914f

View File

@ -86,13 +86,13 @@ addMissionEventHandler ["PlayerViewChanged", {if (cameraView isEqualTo "GROUP")
[] execFSM "epoch_code\system\player_login.fsm";
// testing for civilan males
player addRating -2000;
//Start processing right after Loading screen is done and game has started
[] spawn {
waitUntil {!isNull (findDisplay 46) && (!isNil "EPOCH_loadingScreenDone")};
'load' call epoch_favBar_draw;
// testing for civilan males
player addRating -2000;
};