Update gameserver.php
This commit is contained in:
parent
222733cb84
commit
edc23c3dcf
|
|
@ -7,8 +7,9 @@ $rbxl = addslashes($_GET["rbxl"]);
|
|||
|
||||
ob_start();
|
||||
?>
|
||||
-- Start Game Script Arguments
|
||||
|
||||
-- FIX MISSING TEXTURES by @THOMAS
|
||||
-- test
|
||||
local assetPropertyNames = {"Texture", "TextureId", "SoundId", "MeshId", "SkyboxUp", "SkyboxLf", "SkyboxBk", "SkyboxRt", "SkyboxFt", "SkyboxDn", "PantsTemplate", "ShirtTemplate", "Graphic", "Frame", "ImageLabel", "GuiMain", "Image", "LinkedSource", "AnimationId"}
|
||||
local variations = {"http://www%.roblox%.com/asset/%?id=", "http://www%.roblox%.com/asset%?id=", "http://%.roblox%.com/asset/%?id=", "http://%.roblox%.com/asset%?id="}
|
||||
|
||||
|
|
@ -44,8 +45,6 @@ for i, v in pairs(GetDescendants(game)) do
|
|||
end
|
||||
end
|
||||
|
||||
-- Start Game Script Arguments
|
||||
|
||||
------------------- UTILITY FUNCTIONS --------------------------
|
||||
|
||||
local cdnSuccess = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue