Untitled
unknown
java
2 years ago
366 B
2
Indexable
public CharacterRegistrationQuery(String username, String password, String IP, long time) { super( "INSERT INTO characters (username, password, ips, register_ip, last_login_ip, joindate) VALUES ('" + username + "', '" + password + "', '" + IP + "', '" + IP + "', '" + IP + "', '" + time + "')", true); }
Editor is loading...