Checkpoint Eibenreith ink architecture

This commit is contained in:
2026-05-24 09:09:41 +02:00
parent beac5a2be3
commit d42540f29d
35 changed files with 12015 additions and 54 deletions
+3 -1
View File
@@ -798,7 +798,9 @@ class SocketClientModule extends BaseModule {
try {
this.clearPendingCommand('new-command');
this.socket.emit('playerCommand', { command });
const requestId = ++this.gameApiRequestId;
this.latestNarrativeRequestId = requestId;
this.socket.emit('playerCommand', { command, requestId });
this.pendingCommand = command;
this.pendingCommandTimer = setTimeout(() => {
const timedOutCommand = this.pendingCommand;