1. needed to prevent (or alter) behaviour when opening container (chests, fuel-based lights, working stations)


    namespace CodeHatch.Networking.Events.Listeners

    ......
    private void OnContainerOpen(ContainerOpenEvent theEvent)

    ......