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
Mission version: v0.96.7 Map used: Altis, but is irrelevant Mods used: irrelevant Dedicated or local game: Local game, but irrelevant Source of the mission file (URL):https://github.com/nicoman35/KP-Liberation
Individual Things
Did you edit anything within the mission files?
A lot of things, but irrelevant to this bug
If yes, what did you edit exactly?
see above
Short Issue Description
When trying to bring the civil informant to an FOB, he will just stay there, without being registered at the FOB.
This is because of a missing '};' inside the script
KP-Liberation\Missionframework\scripts\client\civinformant\civinfo_escort.sqf
look here in my fork, where I corrected the bug: nicoman35@3215fdf?diff=unified
Expected Behaviour
the civilist should be ungrouped and give information, which will never happen, because the responsible civinfo_escort.sqf will be ended without an error due to the missing };
Steps to Reproduce the Issue
irrelevant
Screenshots, Serverlog or any other helpful Information
The text was updated successfully, but these errors were encountered:
I would have loved to open a pull request. But my fork is now 24 commits ahead of the master, and afaik, there is no way to make a pull request including just one commit. I tried, but it wanted to pull every commit I made.
And very welcome. Glad that I found this annoying error.
I recommend to keep the master of your fork in sync, while having your group specific adjustments in an own branch. That way you can always get the updates in your fork, move them to your "play branch" and you will still be able to create "PR branches" from your fork master. That way you can always create proper PRs, if you would like to contribute anything.
Just if you think about adjusting your workflow in your fork and/or think you might contribute anything in the future via PRs.
Bug report
Basic Information
Mission version: v0.96.7
Map used: Altis, but is irrelevant
Mods used: irrelevant
Dedicated or local game: Local game, but irrelevant
Source of the mission file (URL): https://github.com/nicoman35/KP-Liberation
Individual Things
Did you edit anything within the mission files?
A lot of things, but irrelevant to this bug
If yes, what did you edit exactly?
see above
Short Issue Description
When trying to bring the civil informant to an FOB, he will just stay there, without being registered at the FOB.
This is because of a missing '};' inside the script
KP-Liberation\Missionframework\scripts\client\civinformant\civinfo_escort.sqf
look here in my fork, where I corrected the bug:
nicoman35@3215fdf?diff=unified
Expected Behaviour
the civilist should be ungrouped and give information, which will never happen, because the responsible civinfo_escort.sqf will be ended without an error due to the missing };
Steps to Reproduce the Issue
irrelevant
Screenshots, Serverlog or any other helpful Information
The text was updated successfully, but these errors were encountered: