Fix Talon Gates BG not loading

This commit is contained in:
kevlahnota
2019-08-24 15:45:39 +08:00
committed by Anthony Calosa
parent a6c67d2967
commit f077e59745

View File

@@ -881,7 +881,7 @@ public class MatchScreen extends FScreen {
case "Mirrored Depths":
g.drawImage(FSkinTexture.BG_PLANE77, x, y, w, midField + bottomPlayerPanel.getField().getHeight() - y);
break;
case "Talon_Gates":
case "Talon Gates":
g.drawImage(FSkinTexture.BG_PLANE78, x, y, w, midField + bottomPlayerPanel.getField().getHeight() - y);
break;