forked from LogBlock/LogBlock
v1.25
This commit is contained in:
@@ -260,6 +260,10 @@ public class LogBlock extends JavaPlugin
|
|||||||
return session;
|
return session;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param params
|
||||||
|
* QueryParams that contains the needed columns (all other will be filled with default values) and the params. World is required.
|
||||||
|
*/
|
||||||
public List<BlockChange> getBlockChanges(QueryParams params) throws SQLException {
|
public List<BlockChange> getBlockChanges(QueryParams params) throws SQLException {
|
||||||
final Connection conn = getConnection();
|
final Connection conn = getConnection();
|
||||||
Statement state = null;
|
Statement state = null;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
name: LogBlock
|
name: LogBlock
|
||||||
version: '1.24'
|
version: '1.25'
|
||||||
author: DiddiZ
|
author: DiddiZ
|
||||||
website: http://www.diddiz.de/minecraft/
|
website: http://www.diddiz.de/minecraft/
|
||||||
main: de.diddiz.LogBlock.LogBlock
|
main: de.diddiz.LogBlock.LogBlock
|
||||||
|
Reference in New Issue
Block a user