1
0
forked from noxious/server

Continue working on spritesheet generator

This commit is contained in:
2025-01-28 14:29:45 +01:00
parent d17408acd9
commit dbdc8c9d6e
6 changed files with 122 additions and 77 deletions

View File

@ -21,7 +21,7 @@ export default class ToggleFogCommand extends BaseEvent {
const args = ChatService.getArgs('fog', data.message)
await WeatherManager.setFogValue(args![0] ? Number(args![0]) : null);
await WeatherManager.setFogValue(args![0] ? Number(args![0]) : null)
callback(true)
} catch (error: any) {
this.logger.error('command error', error.message)