mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 02:47:11 +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) {
|
||||
split = plugin.getWorldEdit().commandDetection(split);
|
||||
split[0] += "/";
|
||||
split[0] = "/" + split[0];
|
||||
}
|
||||
|
||||
event.setMessage(StringUtil.joinString(split, " "));
|
||||
|
Loading…
Reference in New Issue
Block a user