changed git root
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
module.exports = {
|
||||
start: function () {
|
||||
for (const room_name in Game.rooms) {
|
||||
const room = Game.rooms[room_name];
|
||||
room.init();
|
||||
}
|
||||
},
|
||||
|
||||
update: function () {
|
||||
for (const room_name in Game.rooms) {
|
||||
const room = Game.rooms[room_name];
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user