Fixed some areas where the non-pretty name for a unit was displayed.

This commit is contained in:
Simon Clark
2021-02-07 11:15:25 +00:00
parent 6573157112
commit 3fab1d92b7
5 changed files with 17 additions and 5 deletions

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.