You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpongeVanilla version: 1.12.2-7.3.0
Java version: 8
Operating System: Windows 10
Plugins: only my plugin in development (cosmos)
Hey,
A small ticket to inform that it is not possible to transfer an entity to an unloaded & enabled world as the docs says.
(screens from the API)
Indeed, the method Server#getWorld is used but it only targets loaded worlds, so the optional World is always empty and the method transferToWorld wrapped in map is never reached for an unloaded world.
Thank you for reading this issue.
The text was updated successfully, but these errors were encountered:
Hey,
A small ticket to inform that it is not possible to transfer an entity to an unloaded & enabled world as the docs says.
(screens from the API)
Indeed, the method
Server#getWorld
is used but it only targets loaded worlds, so the optional World is always empty and the method transferToWorld wrapped in map is never reached for an unloaded world.Thank you for reading this issue.
The text was updated successfully, but these errors were encountered: