Issue Description:
The moment someone shoots another player and scores a hit the game ends.
Solution #1 - Check Your Point Limit Setting:
In gametypes like Bots VS Players, you use the Point Limit setting to determine how many lives you start with. If you accidentally forget to change this setting when switching back to a gametype like PointBlast, you might be ending the game when someone reaches that number of points. Since the amount of lives for Bots VS Players is generally no more than 20, the game will end when more than that amount of points is earned. Note that a Point Limit of 0 sets no Point Limit, or will give infinite lives depending on the gametype.
These gametypes use the Point Limit variable to end the game after a certain number of points are earned:
- Capture the Flag
- Darkmatch
- Team Darkmatch
- Greed
- King of the Hill
- Lab Rat
- Laser Blast
- Team Laser Blast
- Point Blast
- Team Point Blast
- Speed Blast
- Team Speed Blast
- Ball Blast
- Team Ball Blast
- Target Tag
These gametypes use the Point Limit variable to set the number of starting lives:
- Bots VS Players
- Last Man Standing
Note that the Adventure Mode gametype does not currently use Point Limit at all.