mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 13:53:54 +00:00
resonance freqency of a cow
This commit is contained in:
@ -190,9 +190,9 @@ public class Module_schematic extends HTTPDModule
|
||||
throw new SchematicTransferException("Can't resolve original file name.");
|
||||
}
|
||||
|
||||
if (tempFile.length() > FileUtils.ONE_KB * 64L)
|
||||
if (tempFile.length() > FileUtils.ONE_MB )
|
||||
{
|
||||
throw new SchematicTransferException("Schematic is too big (64kb max).");
|
||||
throw new SchematicTransferException("Schematic is too big (1mb max).");
|
||||
}
|
||||
|
||||
if (!SCHEMATIC_FILENAME_LC.matcher(origFileName.toLowerCase()).find())
|
||||
|
Reference in New Issue
Block a user