Set NSFW flag as constant

This commit is contained in:
Mario Martínez 2025-03-07 14:23:25 +01:00
parent 360ea6b1ce
commit 90ddcac694

View file

@ -1,3 +1,3 @@
extends Node
var nsfw = true
const nsfw = true