rename function

This commit is contained in:
Zutatensuppe 2021-04-30 09:09:10 +02:00
parent 85e9d14b02
commit 56f35e987b
3 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ import Game from '../server/Game.js'
const log = logger('fix_image.js')
function fix(gameId) {
Game.loadGame(gameId)
Game.loadGameFromFile(gameId)
let changed = false
let imgUrl = GameCommon.getImageUrl(gameId)