mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-01 19:04:50 +00:00
BOX Editor now forces string case to upper
This commit is contained in:
@@ -24,7 +24,7 @@ namespace PckStudio.Forms.Utilities.Skins
|
||||
|
||||
try
|
||||
{
|
||||
Parent = arguments[0];
|
||||
Parent = arguments[0].ToUpper(); // just in case a box has all lower, the editor still parses correctly
|
||||
Pos.X = float.Parse(arguments[1]);
|
||||
Pos.Y = float.Parse(arguments[2]);
|
||||
Pos.Z = float.Parse(arguments[3]);
|
||||
|
||||
Reference in New Issue
Block a user