Open skaldarnar opened 2 years ago
Currently it seems that OnPreGamePhaseStartedEvent, albeit being a BroadcastEvent, isn't broadcasted to all clients. At least when I debug in, I only run into a breakpoint at https://github.com/Terasology/LightAndShadow/blob/67a0ea98726f2b50999857c0e49853291c6c2ccc/src/main/java/org/terasology/module/lightandshadow/systems/ClientPregameSystem.java#L78 once (for the hosting client) even if I have two clients... no idea yet why that is.
OnPreGamePhaseStartedEvent
BroadcastEvent
Currently it seems that
OnPreGamePhaseStartedEvent
, albeit being aBroadcastEvent
, isn't broadcasted to all clients. At least when I debug in, I only run into a breakpoint at https://github.com/Terasology/LightAndShadow/blob/67a0ea98726f2b50999857c0e49853291c6c2ccc/src/main/java/org/terasology/module/lightandshadow/systems/ClientPregameSystem.java#L78 once (for the hosting client) even if I have two clients... no idea yet why that is.