[Bleeding] Implement setIdleTimeout and getIdleTimeout. Addresses BUKKIT-4932.
This commit is contained in:
parent
fd65b29a0c
commit
81919478fc
@ -1452,4 +1452,12 @@ public final class CraftServer implements Server {
|
|||||||
|
|
||||||
return new CraftIconCache("data:image/png;base64," + bytebuf1.toString(Charsets.UTF_8));
|
return new CraftIconCache("data:image/png;base64," + bytebuf1.toString(Charsets.UTF_8));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setIdleTimeout(int threshold) {
|
||||||
|
console.d(threshold); // Should be setIdleTimeout
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getIdleTimeout() {
|
||||||
|
return console.aq(); // Should be getIdleTimeout
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user