Преглед изворни кода

there shouldn't be a max sale :moneybag:

jomo пре 11 година
родитељ
комит
9df986b044
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules/config.example.js

+ 1 - 1
modules/config.example.js

@@ -14,7 +14,7 @@ var config = {
   renders_dir: 'skins/renders', // Directory where rendered skins are kept. should have trailing '/'
   debug_enabled: false,      // enables logging.debug
   default_scale: 6,          // the scale of rendered avatars
-  maximum_sale: 10           // the maximum scale of rendered avatars
+  maximum_scale: 10           // the maximum scale of rendered avatars
 };
 
 module.exports = config;