mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15
This commit is contained in:
@ -162,7 +162,7 @@ public class TreeGenerator {
|
||||
*/
|
||||
@Nullable
|
||||
public static TreeType lookup(String name) {
|
||||
return lookup.get(name.toLowerCase(Locale.ROOT));
|
||||
return lookup.get(name.replace("_", "").toLowerCase(Locale.ROOT));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user