SteamWar/SpigotCore
Archiviert
13
0

Remove Debug Message

Dieser Commit ist enthalten in:
Chaoscaot 2021-04-29 12:30:09 +02:00
Ursprung f4e77fb6fc
Commit c41a7d4040

Datei anzeigen

@ -39,7 +39,6 @@ public class SteamwarGameProfileRepository implements GameProfileRepository {
@Override @Override
public void findProfilesByNames(String[] strings, Agent agent, ProfileLookupCallback profileLookupCallback) { public void findProfilesByNames(String[] strings, Agent agent, ProfileLookupCallback profileLookupCallback) {
System.out.println("Call!!");
if(agent == Agent.SCROLLS) { if(agent == Agent.SCROLLS) {
fallback.findProfilesByNames(strings, agent, profileLookupCallback); fallback.findProfilesByNames(strings, agent, profileLookupCallback);
} else { } else {