1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Fixed #addWikipage(String) link to TheBusyBiscuit

This commit is contained in:
Florian CUNY 2017-11-23 22:11:32 +01:00 committed by GitHub
parent 2c2bc42540
commit c95bafad6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -515,6 +515,6 @@ public class SlimefunItem {
} }
public void addWikipage(String page) { public void addWikipage(String page) {
Slimefun.addWikiPage(this.getID(), "https://github.com/mrCookieSlime/Slimefun4/wiki/" + page); Slimefun.addWikiPage(this.getID(), "https://github.com/TheBusyBiscuit/Slimefun4/wiki/" + page);
} }
} }