mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-08 19:28:10 +01:00
Dunno why this is a problem to begin with
This commit is contained in:
parent
972633876e
commit
f7c2d18937
@ -54,7 +54,7 @@ public class ParamInfoBlockData extends ParamInfo {
|
||||
return null;
|
||||
}
|
||||
|
||||
return Bukkit.createBlockData(string);
|
||||
return Bukkit.createBlockData(string.toLowerCase());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user