Randomization issue in 5.0.0 still not solved in 5.0.1 #21


  • New
  • Defect
Open
Assigned to dpasi
  • _ForgeUser8987314 created this issue Feb 14, 2016

    Details are in a comment that I made about a week ago; also took a screenshot:

  • _ForgeUser8987314 added the tags New Defect Feb 14, 2016
  • _ForgeUser8987314 added an attachment .PNG Feb 14, 2016

    .PNG

  • _ForgeUser8987314 posted a comment Feb 14, 2016

    copy and paste:

    It still seems to be unfixed: it gives x=0 half of the time and z=0 half of the time, combined together for a x=0,z=0 1/4th of the time. It also only teleports players to positive coordinates.

    I decompiled the jar and looked at the source; in the class com\atomic\rtp\handlers\TeleportHandler, line 114, it should be -i and not -1. Based on the above observations I think this should solve the problem.


To post a comment, please login or register a new account.