Skip to content

Commit 5685619

Browse files
committed
Switch to using the latest Rojo release to sync itself
1 parent f3483ee commit 5685619

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

plugin/rbxfs.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

plugin/src/Main.server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local Plugin = require(script.Parent.Plugin)
77
local function main()
88
local pluginInstance = Plugin.new()
99

10-
local toolbar = plugin:CreateToolbar("Rojo Plugin 0.2.0")
10+
local toolbar = plugin:CreateToolbar("Rojo Plugin vDEV")
1111

1212
toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "")
1313
.Click:Connect(function()

rojo.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "rojo",
33
"servePort": 8081,
44
"partitions": {
5-
"test-folder": {
6-
"path": "test-folder",
7-
"target": "ReplicatedStorage.test"
5+
"Rojo": {
6+
"path": "plugin/src",
7+
"target": "ReplicatedStorage.Rojo"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)