mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-15 05:33:40 +00:00
[trunk] remove debug code
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1362 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
050b2cae18
commit
cf1b72a740
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class EssentialsEcoPlayerListener extends PlayerListener
|
||||||
ItemStack qi1 = m1 ? null : ItemDb.get(l1[1], (int) q1);
|
ItemStack qi1 = m1 ? null : ItemDb.get(l1[1], (int) q1);
|
||||||
ItemStack qi2 = m2 ? null : ItemDb.get(l2[1], (int) q2);
|
ItemStack qi2 = m2 ? null : ItemDb.get(l2[1], (int) q2);
|
||||||
|
|
||||||
if (!username.equals(sign.getLines()[3].substring(2)))
|
if (username.equals(sign.getLines()[3].substring(2)))
|
||||||
{
|
{
|
||||||
if (m1)
|
if (m1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue