Dodge board cleaner in index updater
This commit is contained in:
		@@ -102,8 +102,8 @@ public class MPlayer extends SenderEntity<MPlayer> implements EconomyParticipato
 | 
				
			|||||||
		if (MUtil.equals(beforeId, afterId)) return;
 | 
							if (MUtil.equals(beforeId, afterId)) return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Resolve
 | 
							// Resolve
 | 
				
			||||||
		Faction before = Faction.get(beforeId);
 | 
							Faction before = FactionColl.get().get(beforeId, false);
 | 
				
			||||||
		Faction after = Faction.get(afterId);
 | 
							Faction after = FactionColl.get().get(afterId, false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Apply
 | 
							// Apply
 | 
				
			||||||
		if (before != null) before.mplayers.remove(this);
 | 
							if (before != null) before.mplayers.remove(this);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user