Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
cc22902ff5
Commit
c44bda9266
@ -93,7 +93,7 @@ public class TeamArea implements Listener {
|
||||
return; // Always allowed in own region
|
||||
}
|
||||
|
||||
if(inRegion) {
|
||||
if(region.playerInRegion(event.getTo())) {
|
||||
reset(event, "NO_TEAMAREA"); // Not allowed in region
|
||||
if(team.getSchemRegion().playerInRegion(event.getTo()) && Config.PreperationArea >= 5){ // Preventing false positives due to small extension
|
||||
player.kickPlayer(null);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren