DimDoors/StevenDimDoors/mod_pocketDim/core
SenseiKiwi 549ee54852 Fixed More Bugs
Fixed the issue with integrated servers causing circular updates between
the combined server and client. We now check on the client side whether
the connection we're receiving data from is a memory connection (which
is presumably only used by integrated servers). If so, the client
ignores any incoming packets. We don't just disable update events
altogether because LAN games will require updating remote clients.

Also fixed a bug in PocketManager.unload() - we weren't setting isLoaded
to false after unloading everything and unregisterPockets() had to be
called before setting dimensionData to null.
2013-09-03 21:41:54 -04:00
..
DimLink.java Completed Packet Handling Code 2013-09-03 17:25:58 -04:00
IDimRegistrationCallback.java Overhauled Server-Side Packet Handling 2013-09-03 15:33:09 -04:00
LinkTail.java Flipped a Table 2013-08-29 02:14:24 -04:00
LinkTypes.java Completed Packet Handling Code 2013-09-03 17:25:58 -04:00
NewDimData.java Fixed More Bugs 2013-09-03 18:28:42 -04:00
PocketManager.java Fixed More Bugs 2013-09-03 21:41:54 -04:00