File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ local function shutdownHandler()
1010 end )
1111end
1212
13- if not disableManualShutdown then
14- AddEventHandler (' playerSpawned' , shutdownHandler )
15- end
13+ -- if not disableManualShutdown then
14+ -- AddEventHandler('playerSpawned', shutdownHandler)
15+ -- end
1616
1717exports (' shutdown' , shutdownHandler )
Original file line number Diff line number Diff line change 11import { ENABLE_GFM_MARKDOWN , LOADSCREEN_TIPS } from "../config.js" ;
22import { cleanUrl } from "./utils.js" ;
33
4- // We enable all settings for now
5- const md = window . markdownit ( {
6- html : true ,
7- linkify : true ,
8- typographer : true ,
9- gfm : ENABLE_GFM_MARKDOWN
10- } )
11-
124window . __openUrl = ( url ) => window . invokeNative ? window . invokeNative ( 'openUrl' , url ) : window . open ( url )
135
146const renderer = {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export const BACKGROUND_IMAGES = [
4848]
4949
5050// Whether we should enable the cursor for the loadscreen
51- export const ENABLE_CURSOR = false
51+ export const ENABLE_CURSOR = true
5252
5353// Enable github flavored markdown
5454export const ENABLE_GFM_MARKDOWN = false
You can’t perform that action at this time.
0 commit comments