Skip to content
Success

Changes

Summary

  1. Source: Add time to console (commit: b68675f) (details)
  2. Packets.c: Dont send out kill packet if player is already dead (commit: acf6d2f) (details)
Commit b68675fd5050d5f92c4333067911da260a322320 by 16738302+Haxk20
Source: Add time to console

Time is a useful thing to have in terminal mainly
when you actually need it. So here it is :)
(commit: b68675f)
The file was addedSource/Util/Log.c
The file was modified Source/Server.c (diff)
The file was modified Source/Util/JSONHelpers.h (diff)
The file was modified Source/Util/Compress.c (diff)
The file was modified Source/Gamemodes.c (diff)
The file was modified Source/Util/CMakeLists.txt (diff)
The file was modified Source/Master.c (diff)
The file was modified Source/Commands.c (diff)
The file was modified Source/Map.c (diff)
The file was modified Source/Packets.c (diff)
The file was addedSource/Util/Log.h
The file was modified Source/Main.c (diff)
The file was modified Source/Protocol.c (diff)
The file was modified Source/Util/Types.h (diff)
Commit acf6d2ff61f4ed1d9051700a3acf1ed8d13a4af1 by 16738302+Haxk20
Packets.c: Dont send out kill packet if player is already dead

This is used in kill command directly and thus
if player spammed it they could kill themselves
over and over again.
This is not exactly wanted. So lets make it not
possible
(commit: acf6d2f)
The file was modified Source/Packets.c (diff)