diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html index f8d7829e2..f6fa39d14 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html @@ -150,6 +150,7 @@
The Gemp-LotR sever is devoted to fans of Decipher’s Lord of the Rings Card Game. We want GEMP to be a place where + everyone, regardless of who they are, can gather to socialize, talk, and play Lord of the Rings with like-minded + people in a safe and welcoming environment. This is a family game and this is a family friendly server. In order + to make that happen we have certain rules we ask all members of our community to adhere to. These rules will be + vigorously enforced so that a handful of bad apples don't spoil it for everyone else.
+Cheating includes but is not limited to the following:
+This rule trumps any other. Any loophole you think you've found in any other rule is covered by this one. If you make + our server a less pleasant place to be, we don't want you here and we have no problem revoking your account. + Here are a couple of the things you should stay away from:
+If you find someone is violating one of these rules, report them to TLHH and let the moderators do their job. + Responding to a troll or someone who may have flamed you will only get you in trouble. Report, ignore and move + on the community at large will be better for it.
+Everyone is entitled to their opinion, but no one is entitled to attack others for sharing, or not sharing, + that opinion. If you can't communicate without using combative, aggressive, or demeaning language, then please + keep those comments to yourself, or be shown the door. Deliberately inflammatory remarks in game chat or the game + hall; statements written with the sole intention of irritating people; attacks toward or inappropriate commentary + regarding GEMP-LotR staff, creators, or other players will limit or remove your GEMP-LotR privileges.
+MarcinS and others have put a lot of work into the content on the site, and if you've just shown up to trample on + that hard work, we will ask you to leave. Constructive criticism is welcomed; negativity for its own sake is not. + Further, discussions instructing or otherwise advocating the circumvention of Code of Conduct will not be tolerated.
+A well-written comment engages your opponent and the rest of the game hall and facilitates discussion. We ask that + while in game hall or game chat you avoid posting about or linking to the following:
+(Keep in mind, that banning a user takes us less time, than it takes you to create a new one.)
+The penalty system is meant to provide guidance to users - it allows users to better understand the rules and adjust + their conduct to conform to the expectations of the GEMP-LotR community which may differ from other Internet game + sites. GEMP-LotR uses a strike system that grants you a maximum amount of 8 penalties to learn how to adhere to our + server policies. Once a threshold has been broken, there is no way to gain strikes back. Here is the breakdown + of all 8 stages:
+We do not enjoy banning people, but we will not hesitate to do so if we think that a person's removal will have + an overall positive effect on the community. We also reserve the right to increase the punishment as we see fit, + and any punishment above a warning will put the user at a minimum on the probationary level.
+Moderators and staff are human and sometimes make mistakes. For this reason, we have an appeal system that members + can utilize to plead their case in hopes of a reversal of a penalty. Once you have received a penalty, you may + appeal your penalty via private e-mail. Discussion of penalties/conduct or ranting against a suspension on TLHH + forums will not advance your appellant case. If you choose to use the appeal system, please make sure to check your + spam folder for an email.
+All appeals are normally seen within 48 hours of your appeal, except on weekends.
diff --git a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/tournament/DefaultTournament.java b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/tournament/DefaultTournament.java index 0e4d4cffd..f9242f123 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/tournament/DefaultTournament.java +++ b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/tournament/DefaultTournament.java @@ -285,7 +285,7 @@ public class DefaultTournament implements Tournament { _lock.readLock().lock(); try { - _currentStandings = StandingsProducer.produceStandings(_players, _finishedTournamentMatches, 1, 0, _playerByes); + _currentStandings = StandingsProducer.produceStandings(_players, _finishedTournamentMatches, 2, 1, _playerByes); return _currentStandings; } finally { _lock.readLock().unlock();