Fabric API

Fabric API

106M Downloads

/reload on a dedicated server does not reregister commands added via CommandRegistrationCallback

i509VCB opened this issue ยท 2 comments

commented

Also weirdly the client still thinks said commands are in it's completions, but the server doesn't recognize them.

To reproduce:

A dedicated server with some custom commands and connect.

Execute a command which was added

execute /reload

try to execute the same command again.

Tests do not fail here since the tests only run when server has first started.

commented

Hmm, previously commands are all registered before a server is created. Wonder how the recent command changes worked.

commented

Fixed by #822