Explorar el Código

[fixed] Felix the Felix — Today at 05:15
your fix broke things more btw
it should be 'none' or ''

Kevin_Smarts hace 10 meses
padre
commit
65678fc995
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      locations/wardrobe.qsrc

+ 1 - 1
locations/wardrobe.qsrc

@@ -564,7 +564,7 @@ if $ARGS[0] = 'default_entry_wear':
 		currentpursenumber = defpursenumber[default_entry]
 	end
 
-	if $currentpursetype = '':
+	if $currentpursetype = '' or $currentpursetype = 'none':
 		bag = 0
 	else
 		bag = 1