mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
format+lint+build fix
This commit is contained in:
@@ -1320,7 +1320,7 @@ export function NetscriptSingularity(): InternalAPI<ISingularity> {
|
||||
},
|
||||
exportGame: (ctx: NetscriptContext) => (): void => {
|
||||
helpers.checkSingularityAccess(ctx);
|
||||
onExport(player);
|
||||
onExport();
|
||||
return saveObject.exportGame();
|
||||
},
|
||||
exportGameBonus: (ctx: NetscriptContext) => (): boolean => {
|
||||
|
||||
Reference in New Issue
Block a user