Skip to content

Commit 4115af3

Browse files
committed
ugh
1 parent 525a9f1 commit 4115af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/chat-plugins/chatlog.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ export const commands: Chat.ChatCommands = {
16781678

16791679
let log: string[];
16801680
if (tarRoom) {
1681-
log = tarRoom.log.log;
1681+
log = await tarRoom.log.get();
16821682
} else {
16831683
try {
16841684
const raw = await Net(`https://${Config.routes.replays}/${roomid.slice('battle-'.length)}.json`).get();

0 commit comments

Comments
 (0)