Get the game mode point pool name @return game mode point pool name
()
| 265 | * @return game mode point pool name |
| 266 | */ |
| 267 | public static String getGameModePointPoolName() |
| 268 | { |
| 269 | return SettingsHandler.getGameAsProperty().get().getPointPoolName(); |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * TRUE if the game mode has a point pool |
no test coverage detected