public List<String> getCopyOfSafePlayerList() {
   return ReikaJavaLibrary.copyList(safePlayers);
 }