CommandHelper

CommandHelper

46.5k Downloads

Plugin channels are not being unregistered on /reloadalias

LadyCailinBot opened this issue ยท 2 comments

commented

CMDHELPER-2821 - Reported by CyaNox

{code:title=main.ms}
if(!is_channel_registered('BungeeCord')){
register_channel('BungeeCord')
_log('Registered BungeeCord plugin channel.')
}else{
_log('BungeeCord plugin channel already registered ... skipping.')
}


On startup this works as expected but on /reloadalias it tells us the channel is already registered.
commented

Comment by EntityReborn

Hello, sorry for the wait, but is is being looked into right now.

commented

Comment by EntityReborn

This has been fixed and tested in the latest build of CH. Thank you for flying CommandHelper airlines!