Removing test code.
This commit is contained in:
@@ -43,7 +43,7 @@ public class LotroServer extends AbstractServer {
|
||||
_lotroCardBlueprintLibrary = library;
|
||||
_chatServer = chatServer;
|
||||
_defaultCollection = new DefaultCardCollection(library);
|
||||
for (int i = 1; i <= (test ? 1 : 10); i++) {
|
||||
for (int i = 1; i <= 10; i++) {
|
||||
for (int j = 1; j <= 365; j++) {
|
||||
String blueprintId = i + "_" + j;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user