Skip to content

Commit

Permalink
Remove unncessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed Jan 8, 2018
1 parent 44a39d2 commit 7d216ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Plugin.server.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
local PROJECT_NAME = "qCmdUtl"
local VERSION = "5.1.4"

if _G.RegisterPlugin and not _G.RegisterPlugin(PROJECT_NAME) then return end

local ChangeHistoryService = game:GetService("ChangeHistoryService")
local CoreGui = game:GetService("CoreGui")

local gloo = require(script.Parent.Gloo)

local Plugin = PluginManager():CreatePlugin()
local PluginActive = false
local Toolbar = Plugin:CreateToolbar(PROJECT_NAME)
local ActivateGUIButton = Toolbar:CreateButton("", ""..PROJECT_NAME.."", "http://www.roblox.com/asset/?id=172761963")

Expand All @@ -22,7 +19,6 @@ local LegacyMode = false -- Just for you asimo3089... https://xkcd.com/1172/
local ceil = math.ceil
local floor = math.floor


--[[
This code is very old, and therefore, I do not recommend you consider its structure or content of very high quality.
Expand Down Expand Up @@ -2969,4 +2965,3 @@ do
end)
end

PluginActive = true

0 comments on commit 7d216ce

Please sign in to comment.