mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-28 12:14:42 +02:00
Forbedrer importeringer og scoping
This commit is contained in:
@ -76,7 +76,7 @@ class RoboRallyServerListener extends Listener {
|
||||
* Gets a map between connections and their player name
|
||||
* @return A mapping between connections and robot ids
|
||||
*/
|
||||
Map<Connection, String> getPlayerNames() {
|
||||
public Map<Connection, String> getPlayerNames() {
|
||||
return playerNames;
|
||||
}
|
||||
|
||||
@ -84,7 +84,7 @@ class RoboRallyServerListener extends Listener {
|
||||
* Gets a map between connections and their robot id
|
||||
* @return A mapping between connections and robot ids
|
||||
*/
|
||||
Map<Connection, RobotID> getRobotID() {
|
||||
public Map<Connection, RobotID> getRobotID() {
|
||||
return clients;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user