3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 13:30:06 +01:00
Paper/src/main
Wesley Wolfe 066fcfe79f Validate title for custom inventories. Fixes BUKKIT-4616, BUKKIT-4663
Custom inventories currently do not validate the titles provided. Null values
cause NPEs when writing packets. Values longer than 32 characters
disconnect clients.

This change throws and IllegalArgumentException for null titles or titles
longer than 32 characters.
2013-08-06 17:11:30 -05:00
..
java Validate title for custom inventories. Fixes BUKKIT-4616, BUKKIT-4663 2013-08-06 17:11:30 -05:00
resources/configurations [Bleeding] Implement periodic chunk garbage collector 2012-12-29 16:50:05 -06:00