fix: fixed problems arising from refactor

This commit is contained in:
Yannik Bretschneider 2021-06-02 17:51:39 +02:00
parent aecfcd2d42
commit 50bd0f2a19
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package uulm.teamname.marvelous.server.lobbymanager;
import uulm.teamname.marvelous.gamelibrary.events.Event;
import uulm.teamname.marvelous.gamelibrary.gamelogic.ParticipantType;
import uulm.teamname.marvelous.server.ParticipantType;
import uulm.teamname.marvelous.server.lobby.Lobby;
import java.util.HashSet;