Removed old master key stuff

This commit is contained in:
7u83 2018-12-21 23:20:06 +01:00
parent 8d2ff5bb80
commit e0fb0921e4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public interface World {
Collection<Exchange> getExchangeCollection();
public Exchange getDefaultExchange();
Collection<Trader> getTradersCollection();
public void schedule(EventListener listener, long t);