MTVehicles / MinetopiaVehicles

A realistic vehicle plugin for your Minecraft server!
https://mtvehicles.nl
MIT License
92 stars 29 forks source link

Removed .remove() calls in PacketHandler #144

Closed stijnb1234 closed 1 year ago

stijnb1234 commented 1 year ago

Closes #138 Closes https://github.com/SBDPlugins/MapReflectionAPI/issues/17 There is no reason to call .remove(), because you can just append your listener directly.

Zettovec commented 1 year ago

I've already done this in the comit I hadn't pushed (oops) - after answering #138. (see 0b8c34aa4f761c8763b353bea9a3594edfda60bf) After testing, this introduced new Illegal Argument Exception. Fixed in the next comit (4945380ac077b9253187b34093b905e2cb4d551f).

stijnb1234 commented 1 year ago

I've already done this in the comit I hadn't pushed (oops) - after answering #138. (see 0b8c34a) After testing, this introduced new Illegal Argument Exception. Fixed in the next comit (4945380).

👍