OldHaven-Network / MegaMod-Mixins

MegaMod-Mixins. A mod for b1.7.3
https://www.oldhaven.net/megamod.html
GNU General Public License v3.0
6 stars 2 forks source link

Placing signs crashes if the cursor location is above 0 #21

Closed janno288 closed 4 years ago

janno288 commented 4 years ago

My fellow comrade Zetar99 exprieces a crash while writing a sign. ERROR LOG: java.lang.StringIndexOutOfBoundsException: String index out of range: 1 at java.lang.String.substring(Unknown Source) at po.redirect$zzd000$redirect2(SourceFile:518) at po.a(SourceFile:58) at po.a(SourceFile:9) at ll.a(SourceFile:94) at yc.a(SourceFile:96) at px.b(EntityRenderer.java:648) at net.minecraft.client.Minecraft.run(SourceFile:781) at java.lang.Thread.run(Unknown Source)

ScarletLovell commented 4 years ago

I instantly know what this one is. Will fix ASAP

ScarletLovell commented 4 years ago

Fixed with https://github.com/OldHaven-Network/MegaMod-Mixins/pull/22