Bugs Fixing
Bugs Fixing
Multible players on a grabpoint
At first multiple players could hang on the same drone. So I’ve added a check to see if the grabpoint is occupied or not, so only one player can hang on a grabpoint.
Player stays on drone when it's hit
When the drone is hit out of the air the player would stay on the drone. So I made a function to be able to force the player off the drone, which can be used in other situations you would want to force the player off a grabpoint.
Player stamina not existing
Somewhere in development the stamina from one of the classes (gunner) wasn’t working, so I checked and changed the values to get the stamina working again.