mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 00:32:06 +00:00
Fixup shops
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package redone.game.bots;
|
||||
|
||||
|
||||
import redone.Server;
|
||||
import redone.game.players.Client;
|
||||
import redone.game.players.Player;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package redone.game.bots;
|
||||
|
||||
public class BotConstants
|
||||
{
|
||||
public class BotConstants {
|
||||
public static final int MAX_BOTS = 100;
|
||||
}
|
||||
@@ -2,10 +2,8 @@ package redone.game.bots;
|
||||
|
||||
import redone.Constants;
|
||||
import redone.game.players.Client;
|
||||
import redone.game.players.Player;
|
||||
import redone.game.players.PlayerHandler;
|
||||
import redone.game.shops.ShopHandler;
|
||||
import redone.util.Misc;
|
||||
|
||||
import java.security.SecureRandom;
|
||||
import java.util.ArrayList;
|
||||
|
||||
Reference in New Issue
Block a user