This commit is contained in:
세젤귀 고양이들 2021-12-24 20:44:49 +09:00
parent 2c8c6b40d2
commit 584937b05d

View file

@ -156,7 +156,7 @@ function module.init(shared)
return this;
end
function new.getStore(id)
return storeIdSpace[id];
return storeIdSpace[id] or new.new({},id);
end
return new;