* Everything
* Fixed missing ;
* Fix missing ; and double private
* Fixed cannot isNull on number
* Turn _temparture back to isNil
* Fix error from merge
* Enable majority of actions underwater
* Remove log
* Add logistics_wirecutter support (don't play kneel animations underwater - looks silly)
* Don't perform kneel animations when repairing or medicaling underwater
* Fix interaction menu rendering underwater (was moving based on player eye level due to height max used for large vehicles)
* Fix attach underwater (LIW does not work underwater, LIS does), Add attach scan drawing define
* Remove left-over systemChat
* Remove vehiclelock from Plane, Disallow linking belt underwater, Allow checking ammo when sitting via action (was already possible via keybind), Use param for LIS
* Linking belt refatoring
startLinking belt now uses canLinkBelt so if condition needs to be changed then you can do it on one position.
* Fixed requested change
Fixed requested change
* simplified it even more
canLinkBelt now returns a value over 0 if success and -1 if something is not right.
* Fixed bug where if error we would not exit
Fixed bug where if error we would not exit
* changed name on canLinkBelt
Changed name to better reflect the function of the function.
* Author hype
* fixed return value info
fixed return value info
* fix header
* Linking belt refatoring
startLinking belt now uses canLinkBelt so if condition needs to be changed then you can do it on one position.
* Fixed requested change
Fixed requested change