Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Kim
OpenRCT2-mod
Commits
34096627
Commit
34096627
authored
7 years ago
by
Ted John
Browse files
Options
Download
Email Patches
Plain Diff
Fix #5973: Headless Servers lost the ability to load Scenarios
parent
47a89c4c
develop
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/openrct2/Context.cpp
+1
-1
src/openrct2/Context.cpp
with
1 addition
and
1 deletion
+1
-1
src/openrct2/Context.cpp
+
1
-
1
View file @
34096627
...
...
@@ -577,7 +577,7 @@ namespace OpenRCT2
parkImporter
.
reset
(
ParkImporter
::
CreateS6
(
_objectRepository
,
_objectManager
));
}
auto
result
=
parkImporter
->
LoadFromStream
(
stream
,
false
);
auto
result
=
parkImporter
->
LoadFromStream
(
stream
,
info
.
Type
==
FILE_TYPE
::
SCENARIO
);
if
(
result
.
Error
==
PARK_LOAD_ERROR_OK
)
{
parkImporter
->
Import
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help