Undo unintentional change.

Not sure how the extra whitespace got there, but this gets overwritten
on every launch.
This commit is contained in:
Dan Albert 2021-02-12 18:59:48 -08:00
parent f7889b785d
commit 2ffe3bf722

View File

@ -3,7 +3,7 @@
dofile('Scripts/ScriptingSystem.lua')
--Sanitize Mission Scripting environment
--This makes unavailable some unsecure functions.
--This makes unavailable some unsecure functions.
--Mission downloaded from server to client may contain potentialy harmful lua code that may use these functions.
--You can remove the code below and make availble these functions at your own risk.