File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
src/main/java/fr/xephi/authme Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 346346 <pattern >com.google.gson</pattern >
347347 <shadedPattern >fr.xephi.authme.libs.com.google.gson</shadedPattern >
348348 </relocation >
349- <relocation >
350- <pattern >com.tcoded.folialib</pattern >
351- <shadedPattern >fr.xephi.authme.libs.com.tcoded.folialib</shadedPattern >
352- </relocation >
353349 </relocations >
354350 </configuration >
355351 </execution >
10311027 <optional >true</optional >
10321028 </dependency >
10331029
1034- <!-- FoliaLib -->
1035- <dependency >
1036- <groupId >com.tcoded</groupId >
1037- <artifactId >FoliaLib</artifactId >
1038- <version >0.3.1</version >
1039- <scope >compile</scope >
1040- </dependency >
1041-
10421030 <dependency >
10431031 <groupId >org.postgresql</groupId >
10441032 <artifactId >postgresql</artifactId >
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ public void onDisable() {
395395 }
396396
397397 private static final String owner = "HaHaWTH" ;
398- private static final String owner_gitee = "Shixuehan114514" ;
398+ // private static final String owner_gitee = "Shixuehan114514";
399399 private static final String repo = "AuthMeReReloaded" ;
400400
401401 private void checkForUpdates () {
You can’t perform that action at this time.
0 commit comments