mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Possibly fixed conflicts with other plugins since dynamic command registration was added.
This commit is contained in:
parent
3510999d25
commit
f4ba28268a
@ -90,7 +90,7 @@ public class WorldEditPlayerListener extends PlayerListener {
|
|||||||
|
|
||||||
if (split.length > 0) {
|
if (split.length > 0) {
|
||||||
split = plugin.getWorldEdit().commandDetection(split);
|
split = plugin.getWorldEdit().commandDetection(split);
|
||||||
split[0] += "/";
|
split[0] = "/" + split[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
event.setMessage(StringUtil.joinString(split, " "));
|
event.setMessage(StringUtil.joinString(split, " "));
|
||||||
|
Loading…
Reference in New Issue
Block a user