Move from rojo-rbx org to Roblox org

This commit is contained in:
Lucien Greathouse
2020-06-22 14:13:01 -07:00
parent 79ae4c52cd
commit 6b82cead9c
13 changed files with 110 additions and 108 deletions

View File

@@ -34,7 +34,7 @@ local function rejectWrongProtocolVersion(infoResponseBody)
"\nMake sure you have matching versions of both the Rojo plugin and server!" ..
"\n\nYour client is version %s, with protocol version %s. It expects server version %s." ..
"\nYour server is version %s, with protocol version %s." ..
"\n\nGo to https://github.com/rojo-rbx/rojo for more details."
"\n\nGo to https://github.com/Roblox/rojo for more details."
):format(
Version.display(Config.version), Config.protocolVersion,
Config.expectedServerVersionString,