New satelitte background for all maps.

This commit is contained in:
Khopa
2020-07-03 02:54:58 +02:00
parent af9ead5937
commit 8f65a88d8b
6 changed files with 10 additions and 7 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.