mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Possibly fixed conflicts with other plugins since dynamic command registration was added.
This commit is contained in:
@ -90,7 +90,7 @@ public class WorldEditPlayerListener extends PlayerListener {
|
||||
|
||||
if (split.length > 0) {
|
||||
split = plugin.getWorldEdit().commandDetection(split);
|
||||
split[0] += "/";
|
||||
split[0] = "/" + split[0];
|
||||
}
|
||||
|
||||
event.setMessage(StringUtil.joinString(split, " "));
|
||||
|
Reference in New Issue
Block a user