···276276 }
277277278278 public void drawShadowedString(String string, int x, int y, boolean shadow, int colour) {
279279+ if (!shadow) {
280280+ drawString(string, x, y, colour);
281281+ return;
282282+ }
279283 if (this.moderatorIcon != null) {
280284 this.drawString(string, x, y, colour, 0);
281285 } else {