Broken scripts in b73
- 
/// api_version=2 var srvcustom = Java.type('net.minecraft.network.play.server.S3FPacketCustomPayload') var script = registerScript({ name: 'Example', version: '0', authors: ['Example'] }) script.registerModule({ name: 'example', category: 'Misc', description: 'example' }, function(module) { module.on('packet', function (data) { var packet = data.getPacket() if (packet instanceof srvcustom) Chat.print(1) }) })this script worked well in b72 but know that i upgraded to b73 it doesn't anymore
 - 
/// api_version=2 var srvcustom = Java.type('net.minecraft.network.play.server.S3FPacketCustomPayload') var script = registerScript({ name: 'Example', version: '0', authors: ['Example'] }) script.registerModule({ name: 'example', category: 'Misc', description: 'example' }, function(module) { module.on('packet', function (data) { var packet = data.getPacket() if (packet instanceof srvcustom) Chat.print(1) }) })this script worked well in b72 but know that i upgraded to b73 it doesn't anymore
 - 
It randomly starts freezing my game for a sec in short intervals. It's unplayable.
 - 
It randomly starts freezing my game for a sec in short intervals. It's unplayable.
@make-joke-of Mmm maybe try to allocate more ram to minecraft
 - 
@make-joke-of Mmm maybe try to allocate more ram to minecraft
@nvinci
B72 never does that - 
It randomly starts freezing my game for a sec in short intervals. It's unplayable.
I think it is caused by cached font characters not being cleaned properly in b73.
 - 
I think it is caused by cached font characters not being cleaned properly in b73.
@0x64
English?? - 
@0x64
English??sorry for the grammar mistakes
 - 
It randomly starts freezing my game for a sec in short intervals. It's unplayable.
@make-joke-of it's the script issues
 - 
@make-joke-of it's the script issues
@727
Wait it is? BUAGUETTE. - 
I think it is caused by cached font characters not being cleaned properly in b73.