Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 11:00:05 +01:00
Added navigation wand to the tool bind item blacklist.
Dieser Commit ist enthalten in:
Ursprung
7afe38180c
Commit
fed8960045
@ -458,6 +458,8 @@ public class LocalSession {
|
||||
throw new InvalidToolBindException(item, "Item is not usuable");
|
||||
} else if (item == config.wandItem) {
|
||||
throw new InvalidToolBindException(item, "Already used for the wand");
|
||||
} else if (item == config.navigationWand) {
|
||||
throw new InvalidToolBindException(item, "Already used for the navigation wand");
|
||||
}
|
||||
|
||||
this.tools.put(item, tool);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren