mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-28 15:27:54 +00:00
fix nuke bug, make spawn phase longer, show trade ships in overview
This commit is contained in:
@@ -28,7 +28,7 @@ export function initRemoteSender(eventBus: EventBus) {
|
||||
|
||||
consolex.error = (...args: any[]): void => {
|
||||
console.error(...args);
|
||||
eventBus.emit(new SendLogEvent(LogSeverity.Error, args.join(' ')))
|
||||
// eventBus.emit(new SendLogEvent(LogSeverity.Error, args.join(' ')))
|
||||
}
|
||||
}
|
||||
export class SendLogEvent implements GameEvent {
|
||||
|
||||
Reference in New Issue
Block a user