Fix Maintain Area/Preview not disappearing

When players would look at a plot pole, they would get the maintain/preview option and if they looked away they would still have it.
This commit is contained in:
Mikeeeyy
2014-08-13 14:10:43 +01:00
parent ca37210345
commit 3e42af0bb4

View File

@@ -866,6 +866,10 @@ if (!isNull cursorTarget && !_inVehicle && !_isPZombie && (player distance curso
s_player_SurrenderedGear = -1; s_player_SurrenderedGear = -1;
//Others //Others
player removeAction s_player_maintain_area;
s_player_maintain_area = -1;
player removeAction s_player_maintain_area_preview;
s_player_maintain_area_preview = -1;
player removeAction s_player_forceSave; player removeAction s_player_forceSave;
s_player_forceSave = -1; s_player_forceSave = -1;
player removeAction s_player_flipveh; player removeAction s_player_flipveh;