Mark Volkov

Results 2 comments of Mark Volkov
trafficstars

Potential bug on WrapperPlayServerMapData::write line 95? I think should be this.writeByte((icon.getType().getId() % 27) 4)); this.rotation = (byte) (s & 15); will still work if you make the above change and...

val & 15 is equivalent to val % 16