From 24f98aede54f896fe22199921ce07982def4965e Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 12 Feb 2021 18:59:48 -0800 Subject: [PATCH] Undo unintentional change. Not sure how the extra whitespace got there, but this gets overwritten on every launch. (cherry picked from commit 2ffe3bf722cfccf4ef6b30ea1ee87357a9ef5d4d) --- resources/scripts/MissionScripting.original.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/MissionScripting.original.lua b/resources/scripts/MissionScripting.original.lua index 86f9cda2..29dcd2fe 100644 --- a/resources/scripts/MissionScripting.original.lua +++ b/resources/scripts/MissionScripting.original.lua @@ -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.