Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Fix projectors not working in offline mode #551

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewfenn
Copy link

@andrewfenn andrewfenn commented Jul 13, 2016

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.

I'm not 100% sure this is the correct fix, however the current functionality ignores players in offline mode as admins as 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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant