mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
remove logging
This commit is contained in:
@@ -319,7 +319,6 @@ public class ShopAssistant {
|
||||
break;
|
||||
// Player owned store
|
||||
case 0:
|
||||
System.out.println("Is players shop: " + (ShopHandler.ShopName[player.myShopId].equalsIgnoreCase(player.properName + "'s Store") ? "true" : "false"));
|
||||
IsIn = ShopHandler.ShopName[player.myShopId].equalsIgnoreCase(player.properName + "'s Store");
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user