mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 11:08:10 +00:00
Merge branch 'sab' into Atomic-SAB
This commit is contained in:
@@ -632,7 +632,15 @@ export class ClientGameRunner {
|
||||
};
|
||||
} {
|
||||
if (batch.length === 0) {
|
||||
return null;
|
||||
return {
|
||||
gameUpdate: null,
|
||||
tileMetrics: {
|
||||
count: 0,
|
||||
utilization: 0,
|
||||
overflow: 0,
|
||||
drainTime: 0,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
const last = batch[batch.length - 1];
|
||||
|
||||
Reference in New Issue
Block a user