apetavern / grubs

A worms-inspired artillery game for s&box with randomly generated levels.
MIT License
34 stars 7 forks source link

UI sometimes breaks and shows double, plus shows players as disconnected #244

Closed trundlr closed 4 months ago

trundlr commented 1 year ago

image

Could be related to unreliability of ClientRpcs, but clearly something networking related is breaking here.

matekdev commented 1 year ago

As mentioned, let's assign the hud entity to a singleton which only gets assigned if the singleton is null. Let's see if that fixes it up.

matekdev commented 1 year ago

I might have fixed this, lets see if anyone else reports on it.

trundlr commented 4 months ago

Should be resolved as entities are no more!