Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. private static void sendFarmingConfig(Client c, int value) {
  2. int byteValue = -((value - 128) << 8);
  3. c.getPA().setConfig(504, byteValue); //catherb - fally config 504
  4. }
Add Comment
Please, Sign In to add comment