Fix swimming in ground glitch

Also fixed invisible primary stance glitch when relogging with pistol
but no primary in inventory.

Fixed my mistake from:
e85f6ad1b5
This commit is contained in:
ebaydayz
2016-09-13 18:36:06 -04:00
parent e85f6ad1b5
commit e8e5d24e80
4 changed files with 11 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
- HeliCrashArea --> (getMarkerSize "crashsites") select 1
- PVDZE_serverObjectMonitor --> dayz_serverObjectMonitor
- r_action_count --> dayz_actionInProgress (now true/false instead of 1/0)
- selfTransfusionTime --> player getVariable ["LastTransfusion",0]
- selfTransfusionTime --> player getVariable ["LastTransfusion",-(DZE_selfTransfuse_Values select 2)]
- Duplicate public variables have been renamed:
- dayzPlayerLogin --> PVCDZ_plr_Login