Fabric: CommandSender should not be checking just DedicatedServer
i509VCB opened this issue ยท 1 comments
I noticed that FabricCommandSender here falls back to check only the dedicated server for the command executor.
This should probably check if the delegate is a MinecraftServer
and RconCommandOutput
. MinecraftServer
because of the integrated server and RconCommandOutput
for any rcon connections invoking the profiler.
7497f91 thanks!