Plugin channels are not being unregistered on /reloadalias
LadyCailinBot opened this issue ยท 2 comments
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.
Comment by EntityReborn
Hello, sorry for the wait, but is is being looked into right now.