clairify comment

This commit is contained in:
Bella 2020-03-29 13:29:08 -04:00
parent 95ff1c6c08
commit 0e1bbccf27
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ public class MixinGuiScreen {
* Also @S-B99 you should be more careful with merging commits, especially from people who are new to coding. Stuff like this is obviously stolen, and can get your repository DMCA'd.
*
* as shown be the rest of his discussion, he was fine with it
* I even aknowledged when it was added, after cookies approval, that it was pasted from backdoored.
*/
@Inject(method = "Lnet/minecraft/client/gui/GuiScreen;drawWorldBackground(I)V", at = @At("HEAD"), cancellable = true)
private void drawWorldBackgroundWrapper(final int tint, final CallbackInfo ci) {