mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fixed plot chat
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
				
			|||||||
	    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
						    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
				
			||||||
	</properties>
 | 
						</properties>
 | 
				
			||||||
    <artifactId>PlotSquared</artifactId>
 | 
					    <artifactId>PlotSquared</artifactId>
 | 
				
			||||||
    <version>2.11.10</version>
 | 
					    <version>2.11.11</version>
 | 
				
			||||||
    <name>PlotSquared</name>
 | 
					    <name>PlotSquared</name>
 | 
				
			||||||
    <packaging>jar</packaging>
 | 
					    <packaging>jar</packaging>
 | 
				
			||||||
    <build>
 | 
					    <build>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -375,7 +375,7 @@ public class PlayerEvents extends com.intellectualcrafters.plot.listeners.PlotLi
 | 
				
			|||||||
        final Set<Player> recipients = event.getRecipients();
 | 
					        final Set<Player> recipients = event.getRecipients();
 | 
				
			||||||
        recipients.clear();
 | 
					        recipients.clear();
 | 
				
			||||||
        for (final Player p : Bukkit.getOnlinePlayers()) {
 | 
					        for (final Player p : Bukkit.getOnlinePlayers()) {
 | 
				
			||||||
            if (MainUtil.getPlot(BukkitUtil.getLocation(p)).equals(plot)) {
 | 
					            if (plot.equals(MainUtil.getPlot(BukkitUtil.getLocation(p)))) {
 | 
				
			||||||
                recipients.add(p);
 | 
					                recipients.add(p);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user