fzzyhmstrs / EMI_loot

12 stars 10 forks source link

Sending packets to unsupported clients #60

Closed Linguardium closed 1 week ago

Linguardium commented 5 months ago

https://github.com/fzzyhmstrs/EMI_loot/blob/88d0682d4d4595d0752f16831ec6367e5bb68178/src/main/java/fzzyhmstrs/emi_loot/parser/LootTableParser.java#L68-L88

Best to run a canSend here before sending so that you dont end up sending data to clients that dont support your mod

fzzyhmstrs commented 1 week ago

fixed, forgot to close