This commit is contained in:
Lucien Greathouse
2017-12-04 00:19:17 -08:00
parent 35543c2790
commit cafb547894
3 changed files with 6 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ local function main()
local displayedVersion = Config.dev and "DEV" or Config.version
local toolbar = plugin:CreateToolbar("Rojo Plugin v" .. displayedVersion)
local toolbar = plugin:CreateToolbar("Rojo Plugin " .. displayedVersion)
toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "")
.Click:Connect(function()