Server: Fixed handling of NULL mobj states in deltas
The server was trying to generate deltas out of mobjs with a NULLpointer for state, causing the delta to be invalid.
Next big question: why aren't the mobjs visible on clientside?
View differences
Server: Fixed handling of NULL mobj states in deltas
The server was trying to generate deltas out of mobjs with a NULL
pointer for state, causing the delta to be invalid.
Next big question: why aren't the mobjs visible on clientside?