mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 01:27:40 +01: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
@ -109,7 +109,7 @@ public class EssentialsEcoPlayerListener extends PlayerListener
|
||||
ItemStack qi1 = m1 ? null : ItemDb.get(l1[1], (int) q1);
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user