Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T157028
Change Details
Change Details
Old
New
Diff
1. Place a soldier with GPS in Eden Editor 2. Hit preview 3. Execute ``` showGPS false; shownGps ``` in the Debug console. It will return true, even though no GPS minimap is shown.
1. Place a soldier with GPS in Eden Editor 2. Hit preview 3. Execute ``` showGPS true; shownGps ``` in the Debug console. It will return true, even though no GPS minimap is shown.
1. Place a soldier with GPS in Eden Editor 2. Hit preview 3. Execute ``` showGPS
false;
true;
shownGps ``` in the Debug console. It will return true, even though no GPS minimap is shown.
Continue