diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 0272c1e..8ced8f7 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -987 \ No newline at end of file +989 \ No newline at end of file diff --git a/Common/dataobjects/Post.cs b/Common/dataobjects/Post.cs index e1e3055..16ccf1b 100644 --- a/Common/dataobjects/Post.cs +++ b/Common/dataobjects/Post.cs @@ -364,6 +364,8 @@ namespace FLocal.Common.dataobjects { ) ); + this.punishments_Reset(); + Account posterAccount = null; try { posterAccount = Account.LoadByUser(this.poster);