Fix whitespace in files, replace spaces with tabs etc

This commit is contained in:
Lewin Kelly 2023-04-30 12:15:48 +01:00
parent 496a3fb9d8
commit 4596d66d94
23 changed files with 164 additions and 165 deletions

View File

@ -1,6 +1,5 @@
print'[Mercury]: Loaded corescript 45374389'local a={}a.Foo=function()return print'[Mercury]: Loaded corescript 45374389'local a={}a.Foo=function()return
print'foo'end a.Bar=function()return print'bar'end a.Help=function(b)if'Foo'==b print'foo'end a.Bar=function()return print'bar'end a.Help=function(b)if'Foo'==b
or a.Foo==b then return or a.Foo==b then return'Function Foo. Arguments: None. Side effect: prints foo'
'Function Foo. Arguments: None. Side effect: prints foo'elseif'Bar'==b or a. elseif'Bar'==b or a.Bar==b then return
Bar==b then return'Function Bar. Arguments: None. Side effect: prints bar'end 'Function Bar. Arguments: None. Side effect: prints bar'end end return a
end return a

View File

@ -63,7 +63,7 @@ settings()["Task Scheduler"].PriorityMethod=Enum.PriorityMethod.AccumulatedError
end) end)
game:GetService"ChangeHistoryService":SetEnabled(false) game:GetService"ChangeHistoryService":SetEnabled(false)
pcall(function() pcall(function()
return game:GetService"Players":SetBuildUserPermissionsUrl"http://banland.xyz//Game/BuildActionPermissionCheck.ashx?assetId=0&userId=%d&isSolo=true" return game:GetService"Players":SetBuildUserPermissionsUrl"http://banland.xyz/Game/BuildActionPermissionCheck.ashx?assetId=0&userId=%d&isSolo=true"
end) end)
workspace:SetPhysicsThrottleEnabled(true) workspace:SetPhysicsThrottleEnabled(true)
local addedBuildTools, local addedBuildTools,

View File

@ -1514,7 +1514,7 @@ RecreateScoreColumns = (ptable) ->
not entry["MyTeam"]["Frame"]\FindFirstChild scoreval["Name"] not entry["MyTeam"]["Frame"]\FindFirstChild scoreval["Name"]
ntitle = nentry\Clone! ntitle = nentry\Clone!
--ntitle.TextXAlignment = 'Right' --ntitle.TextXAlignmen = 'Right'
ntitle.Parent = entry["MyTeam"]["Frame"] ntitle.Parent = entry["MyTeam"]["Frame"]

View File

@ -1143,7 +1143,7 @@ t.SetupStamperDragger = (modelToStamp, Mouse, StampInModel, AllowedStampRegion,
myModelInfo = stampData.CurrentParts\FindFirstChild "UnstampableFaces" myModelInfo = stampData.CurrentParts\FindFirstChild "UnstampableFaces"
--if (modelInfo and modelInfo.Parent\FindFirstChild("UnstampableFaces")) or (modelInfo and myModelInfo) then -- need better targetSurface calcs --if (modelInfo and modelInfo.Parent\FindFirstChild"UnstampableFaces") or (modelInfo and myModelInfo) -- need better targetSurface calcs
if true if true
breakingFaces = "" breakingFaces = ""
myBreakingFaces = "" myBreakingFaces = ""