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'}, }; }