pull/226/head
Aevann 2024-03-31 00:00:03 +02:00
parent e61a989e7f
commit 9edda3c4ee
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ def hole_public_use(v, hole):
if not v.mods_hole(hole.name): abort(403)
if hole in {'furry','vampire','racist','femboy','edgy'}:
abort(400, "House holes can't have Public Use mode enabled")
abort(400, "House holes can't have Public Use mode enabled.")
hole.public_use = not hole.public_use
g.db.add(hole)