mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
merge impl-v2: plugin
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
return {
|
||||
pollingRate = 0.2,
|
||||
version = {0, 4, 11},
|
||||
expectedServerVersionString = "0.4.x",
|
||||
protocolVersion = 1,
|
||||
icons = {
|
||||
syncIn = "rbxassetid://1820320573",
|
||||
togglePolling = "rbxassetid://1820320064",
|
||||
testConnection = "rbxassetid://1820320989",
|
||||
},
|
||||
version = {0, 5, 0},
|
||||
expectedServerVersionString = "0.5.x",
|
||||
protocolVersion = 2,
|
||||
port = 34872,
|
||||
dev = false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user