Fixed player looking at cursor with no ammo

This commit is contained in:
Anuken
2018-05-06 21:35:59 -04:00
parent ad3ce3f9fc
commit 84a126253a
2 changed files with 2 additions and 3 deletions
@@ -29,8 +29,7 @@ public class TeamInfo {
/**Register a team.
* @param team The team type enum.
* @param ally Whether this team is an ally with the player or an enemy with the player.
* In PvP situations with dedicated servers, the sides can be arbitrary.
*/
* In PvP situations with dedicated servers, the sides can be arbitrary.*/
public void add(Team team, boolean ally){
if(has(team)) throw new RuntimeException("Can't define team information twice!");