MsGamerHD

Code

Aug 9th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.31 KB | None | 0 0
  1. try {
  2.             if(isBanned(uuid)){
  3.                 ResultSet rs = BungeeBan.mysql.query("SELECT L�nge FROM "+BungeeBan.tablename+" WHERE UUID = '"+uuid+"'");
  4.                 if(rs.next()){
  5.                     return rs.getString("L�nge");
  6.                 }
  7.             }
  8.         } catch (Exception e) {}
Advertisement
Add Comment
Please, Sign In to add comment