Skip to content

Commit e3c2f53

Browse files
committed
up
1 parent 9af17ef commit e3c2f53

File tree

1 file changed

+1
-1
lines changed
  • balls_server_assets/scripts/base

1 file changed

+1
-1
lines changed

balls_server_assets/scripts/base/Halls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ def onRoomGetCell(self, roomEntityCall, roomKey):
123123
# space已经创建好了, 现在可以将之前请求进入的玩家全部丢到cell地图中
124124
for infos in self.rooms[roomKey]["enterRoomReqs"]:
125125
entityCall = infos[0]
126-
entityCall.createCell(roomEntityCall.cell)
126+
entityCall.createCell(roomEntityCall.cell, roomKey)
127127

128128
self.rooms[roomKey]["enterRoomReqs"] = []

0 commit comments

Comments
 (0)