weapons
in the rcon console (your own server)CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
MAILTO=myaddress
like this :
0 */8 * * * find /home/teeworlds/servers -maxdepth 1 -name 'core*'
For each loop :: 49 ms
Using collection.size() :: 3 ms
Using [int size = list.size(); int j = 0; j < size ; j++] :: 3 ms
Using [int j = list.size(); j > size ; j--] :: 0 ms
For each loop :: 27 ms
Using collection.size() :: 4 ms
Using [int size = list.size(); int j = 0; j < size ; j++] :: 5 ms
Using [int j = list.size(); j > size ; j--] :: 0 ms
(edited)