KeenSoftwareHouse / SpaceEngineers

2.93k stars 896 forks source link

Fix projectors not working in offline mode #551

Open andrewfenn opened 7 years ago

andrewfenn commented 7 years ago

I'm not 100% sure this is the correct fix, however the current functionality ignores players in offline mode as admins. m_adminMode does not contain the user. MySession.Static.IsCopyPastingEnabled thus returns false.

Due to the fact that projectors specifically check for if IsCopyPastingEnabled the false flag stops any blueprints in offline mode from working.