Fix whitespace in files, replace spaces with tabs etc
This commit is contained in:
parent
496a3fb9d8
commit
4596d66d94
|
|
@ -1,6 +1,5 @@
|
|||
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
|
||||
or a.Foo==b then return
|
||||
'Function Foo. Arguments: None. Side effect: prints foo'elseif'Bar'==b or a.
|
||||
Bar==b then return'Function Bar. Arguments: None. Side effect: prints bar'end
|
||||
end return a
|
||||
or a.Foo==b then return'Function Foo. Arguments: None. Side effect: prints foo'
|
||||
elseif'Bar'==b or a.Bar==b then return
|
||||
'Function Bar. Arguments: None. Side effect: prints bar'end end return a
|
||||
|
|
@ -63,7 +63,7 @@ settings()["Task Scheduler"].PriorityMethod=Enum.PriorityMethod.AccumulatedError
|
|||
end)
|
||||
game:GetService"ChangeHistoryService":SetEnabled(false)
|
||||
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)
|
||||
workspace:SetPhysicsThrottleEnabled(true)
|
||||
local addedBuildTools,
|
||||
|
|
|
|||
|
|
@ -1514,7 +1514,7 @@ RecreateScoreColumns = (ptable) ->
|
|||
not entry["MyTeam"]["Frame"]\FindFirstChild scoreval["Name"]
|
||||
|
||||
ntitle = nentry\Clone!
|
||||
--ntitle.TextXAlignment = 'Right'
|
||||
--ntitle.TextXAlignmen = 'Right'
|
||||
ntitle.Parent = entry["MyTeam"]["Frame"]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1143,7 +1143,7 @@ t.SetupStamperDragger = (modelToStamp, Mouse, StampInModel, AllowedStampRegion,
|
|||
|
||||
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
|
||||
breakingFaces = ""
|
||||
myBreakingFaces = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue