소스 검색

there shouldn't be a max sale :moneybag:

jomo 10 년 전
부모
커밋
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;