From 2d0a3a9794d9d4301d04743076ac6cb4145e4493 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 7 Jul 2024 17:40:30 -0500 Subject: [PATCH] dev: light please --- app/ecs-components/time.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ecs-components/time.js b/app/ecs-components/time.js index d2001a1..6b5c0b7 100644 --- a/app/ecs-components/time.js +++ b/app/ecs-components/time.js @@ -18,6 +18,6 @@ export default class Time extends Component { }; } static properties = { - irlSeconds: {defaultValue: 18 * realSecondsPerGameHour, type: 'uint16'}, + irlSeconds: {defaultValue: 10 * realSecondsPerGameHour, type: 'uint16'}, }; }