Radiation-pi
Radiation-pi
sorry about pinging! I even not notice that "@" can be alse used in github.
咕咕...咕咕咕咕
I have the same issue. What version of your proxy?
Try to confirm that your plugins doesn't cancel the damage. Some plugins like ESS or CMI can make ops like the god and prevent ops from any damage.
I read related issues such as #1252 & #452 , but I did'nt find a solution about it.
I had been resolve it in this method: ```kotlin class PacketHelper : IPacketHelper { companion object { val instance: IPacketHelper by lazy { PacketHelper() } } // implements... } interface...