mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Tinkering with zero testing
This commit is contained in:
@@ -132,9 +132,9 @@ function Session.new()
|
||||
|
||||
local instanceMap = makeInstanceMap()
|
||||
|
||||
local api
|
||||
local api = ApiContext.new(REMOTE_URL)
|
||||
|
||||
api = ApiContext.new(REMOTE_URL, function(message)
|
||||
ApiContext:onMessage(function(message)
|
||||
local idsToGet = {}
|
||||
|
||||
for _, id in ipairs(message.added) do
|
||||
|
||||
Reference in New Issue
Block a user