mirror of
https://github.com/moparisthebest/xAuth
synced 2024-12-21 22:58:51 -05:00
- Fix bug reported here: http://forums.bukkit.org/threads/sec-xauth-v2-0-beta-3-offline-mode-security-suite-689-860-928-953.8712/page-21#post-447819
- Beta 3.5 release
This commit is contained in:
parent
a18a4cb336
commit
ac4ced5082
@ -705,7 +705,7 @@ public class DataManager {
|
||||
connect();
|
||||
|
||||
try {
|
||||
stmt = connection.prepareStatement(
|
||||
prepStmt = connection.prepareStatement(
|
||||
"DELETE FROM `" + xAuthSettings.tblStrike + "`" +
|
||||
" WHERE `host` = ?"
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: xAuth
|
||||
main: com.cypherx.xauth.xAuth
|
||||
version: 2.0b3
|
||||
version: 2.0b3.5
|
||||
description: Offline-Mode Security Suite
|
||||
author: CypherX
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user