Started organizing CS2/Protocol-related functions

This commit is contained in:
Pazaz 2022-04-25 04:02:02 -04:00
parent 46740027df
commit ef6a5d7385
268 changed files with 5936 additions and 6093 deletions

View file

@ -213,4 +213,9 @@ public class WorldList {
}
}
}
@OriginalMember(owner = "client!h", name = "a", descriptor = "(I)Lclient!ba;")
public static World getNextWorld() {
return sorted.length > Static51.worldPos ? sorted[Static51.worldPos++] : null;
}
}