поправка в определении иконки сервера
This commit is contained in:
@@ -23,7 +23,7 @@ public class ConfigFromSpring implements Config {
|
||||
@Setter
|
||||
private int maxPlayers;
|
||||
|
||||
public void setFaviconBase64(File faviconImageFile) {
|
||||
public void setFavicon(File faviconImageFile) {
|
||||
log.debug("faviconImageFile: {}", faviconImageFile.getAbsolutePath());
|
||||
try {
|
||||
faviconBase64 = Base64.getEncoder().encode(
|
||||
|
||||
Reference in New Issue
Block a user