Преглед на файлове

Allow the view-scene preset (console only) to show every view

master
Fen Dweller преди 4 години
родител
ревизия
331af8f59e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      presets/scenes.js

+ 1
- 1
presets/scenes.js Целия файл

@@ -100,7 +100,7 @@ scenes["EVERY VIEW AAAAA"] = () => {
function makeViewsScene(constructor, viewChoice) {
return () => {
Object.keys(constructor.constructor().views).forEach(view => {
if (view.indexOf(viewChoice) >= 0) {
if (viewChoice === undefined || view.indexOf(viewChoice) >= 0) {
const entity = constructor.constructor()
displayEntity(entity, view, 0, 1)
}


Loading…
Отказ
Запис