Fixed javadocs reference, and updated core

This commit is contained in:
coolGi
2023-08-25 00:10:34 +09:30
parent f1b31a4cfe
commit 697abb520b
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ import java.util.regex.Pattern;
*
* @author HanSolo
* @author IMS
* @author coolGi2007
* @author coolGi
*/
public class DarkModeDetector
{
@@ -1,7 +1,7 @@
package com.seibel.distanthorizons.core.jar;
/**
* A simple OS getting util based off LWJGL's Platform at org.lwjgl.system.Platform. <br>
* A simple OS getting util based off LWJGL's Platform at {@link org.lwjgl.system.Platform}. <br>
* This version includes some extra utils that we need and removes stuff which we don't.
*
* @author coolGi