Xesau
Xesau
This happens when the FTP server closes the connection after a certain time of inactivity, i.e. what most hosting services do. It believe it would be sufficient to check if...
try { NameTagChanger.INSTANCE.disable() } catch (Exception ex) { ex.printStackTrace(); } It’s the first thing in my onDisable()
Doesn’t disable() itself Validate.assert(enabled,...)?
It doesn't throw ClassCastExceptions though :see_no_evil:
No. This error occurred after I patched the ConcurrentModificationException.
Whoops 😬 Its on the same server, but not sure if they occur at the same time
Is support for this planned?
When they have added #167, you can use `{1|permalink}` If you want a dynamic function call, you can just use a variable: ``` link ```
https://github.com/rainphp/raintpl/issues/30 it is fixed in RTPL2. Maybe add the same fix here?
Nevermind, I found a better way of doing this: ``` {function="date ('d-m-Y', $timestamp)"} ``` Thanks anyways.