mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
Przywrócono zmianę nazwy scenerii i usuwanie
This commit is contained in:
@@ -226,7 +226,7 @@ export default defineComponent({
|
||||
this.store.stationList[index]['routes'] = routeString;
|
||||
this.currentRoutes = routeString;
|
||||
|
||||
this.addChange(this.store.currentStation!.name, 'routes', this.routeBackup, routeString);
|
||||
this.addChange(this.store.currentStation!, 'routes', this.routeBackup, routeString);
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user