diff --git a/scripts/system/mod.js b/scripts/system/mod.js index 5ed7159506..b2c9785539 100644 --- a/scripts/system/mod.js +++ b/scripts/system/mod.js @@ -20,7 +20,7 @@ var ASSETS_PATH = Script.resolvePath("assets"); var TOOLS_PATH = Script.resolvePath("assets/images/tools/"); function buttonImageURL() { - return TOOLS_PATH + (Users.canKick ? 'kick.svg' : 'ignore.svg')); + return TOOLS_PATH + (Users.canKick ? 'kick.svg' : 'ignore.svg'); } // setup the mod button and add it to the toolbar