mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fix for addrating
This commit is contained in:
parent
7e81aa5080
commit
2afc23914f
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user