ALiVEOS / ALiVE.OS

ALiVE Open Source GPL v2
http://alivemod.com/
Other
160 stars 80 forks source link

Function addons/x_lib/functions/data/fnc_ProfileNameSpaceLoad.sqf is missing a semicolon in the last line, thus throwing an error #790

Closed scameronde closed 1 year ago

scameronde commented 1 year ago

Prerequisites

Description

Function addons/x_lib/functions/data/fnc_ProfileNameSpaceLoad.sqf is missing a semicolon in the last line, this resulting in the function throwing an error and not be able to return values stored with function addons/x_lib/functions/data/fnc_ProfileNameSpaceSave.sqf

Steps to Reproduce

Just have a look at the current version of the source file.

Expected behavior: [What you expected to happen]

d.n.a.

Actual behavior: [What actually happened]

d.n.a.

scameronde commented 1 year ago

Forget this one. The semicolon is not the problem. I will open a new one.