Add travel

This commit is contained in:
Aslan 2026-01-21 15:46:19 -05:00
parent 1c0a2124f0
commit fa02c95c41

View file

@ -241,7 +241,7 @@ const onTravel = (text: string, roomId: string, sender: string) => {
`You're now travelling to ${travelLocation.name}. It will take you ${travelTime.toFixed(1)} hours`,
);
startTravel(player, location.id, client, roomId);
startTravel(player, travelLocation.id, client, roomId);
};
export { registerModuleGame };