Set NSFW flag as constant
This commit is contained in:
parent
360ea6b1ce
commit
90ddcac694
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
extends Node
|
||||
|
||||
var nsfw = true
|
||||
const nsfw = true
|
||||
|
|
Loading…
Reference in a new issue