Skip to content

Commit cd9fd32

Browse files
committed
Fix includes, formatting in CustomHouseCommitScript
1 parent 7173e1b commit cd9fd32

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/misc/customhousecommit.src

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
use uo;
2-
3-
include ":attributes:attributes";
4-
51
// See documentation at https://docs.polserver.com/pol100/scripttypes.php#CustomHouseCommitScript on suggested actions
62
program CustomHouseCommitScript(who, house)
73
if (who.concealed)
84
who.concealed := 0;
95
endif
106
house.acceptcommit(who,1);
11-
endprogram
7+
endprogram

0 commit comments

Comments
 (0)