mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Removed ExAd_STOP_COMBAT_STORING from Private Arr.
Global variable in Local Private Array... Duuuuh.
This commit is contained in:
parent
e43099adb1
commit
b72a002c5b
@ -15,7 +15,7 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
private ["_res","_flag","_cmon1","_cmon2","ExAd_STOP_COMBAT_STORING"];
|
private ["_res","_flag","_cmon1","_cmon2"];
|
||||||
|
|
||||||
_cmon1 = if (ExileClientPlayerIsInCombat && ExAd_STOP_COMBAT_STORING)exitWith{["ErrorTitleAndText", ["ExAd - Virtual Garage", "You cannot store Vehicles While in Combat!"]] call ExileClient_gui_toaster_addTemplateToast;};
|
_cmon1 = if (ExileClientPlayerIsInCombat && ExAd_STOP_COMBAT_STORING)exitWith{["ErrorTitleAndText", ["ExAd - Virtual Garage", "You cannot store Vehicles While in Combat!"]] call ExileClient_gui_toaster_addTemplateToast;};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user