mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-07 13:04:57 +00:00
Removed console stuff
This commit is contained in:
@@ -22,8 +22,6 @@ namespace PckStudio.Classes.Models
|
||||
|
||||
int old_length = arguments.Length - 1;
|
||||
|
||||
Console.WriteLine($"Old length - {old_length}");
|
||||
|
||||
Array.Resize<string>(ref arguments, 12);
|
||||
|
||||
for (int x = 11; x > old_length; x--)
|
||||
|
||||
Reference in New Issue
Block a user