diff --git a/scripts/client/logo.js b/scripts/client/logo.js index 6b512677..8f51c260 100644 --- a/scripts/client/logo.js +++ b/scripts/client/logo.js @@ -23,9 +23,9 @@ function initLogoScript() { // =========================================================================== function loadLogoImage() { - if (getGame() == AGRP_GAME_MAFIA_ONE) { - return false; - } + //if (getGame() == AGRP_GAME_MAFIA_ONE) { + // return false; + //} let logoStream = openFile(mainLogoPath); let tempLogoImage = null;