Skip to content
Failed

Changes

Summary

  1. Source: Prevent rapid destroying of blocks with weapons and invalid bullets (commit: fb90832) (details)
  2. Protocol.c: Sending message to staff should also send message to console (commit: b9351c3) (details)
  3. Server.c: On respawn player must hold a gun. (commit: 0fa79ac) (details)
  4. Server.c: On respawn reset all input flags (commit: 8721777) (details)
  5. Packets.c: Do not allow hitting player with fake ammo (commit: b349ac7) (details)
  6. Server.c: stdio.h needs to be above readline (commit: bc658be) (details)
  7. Protocol.c: Fix sending staff message to console (commit: 20e2dd2) (details)
Commit fb908321e1c17a4fad38b8c54e7e1cea1169318d by 16738302+Haxk20
Source: Prevent rapid destroying of blocks with weapons and invalid bullets
(commit: fb90832)
The file was modified Source/Util/Enums.h (diff)
The file was modified Source/Structs.h (diff)
The file was modified Source/Packets.c (diff)
Commit b9351c399f30784194a6f8bbca4b9be800f5db52 by 16738302+Haxk20
Protocol.c: Sending message to staff should also send message to console
(commit: b9351c3)
The file was modified Source/Protocol.c (diff)
Commit 0fa79ac616282ff0f471c0d1df8f8433ff90b1c6 by 16738302+Haxk20
Server.c: On respawn player must hold a gun.
(commit: 0fa79ac)
The file was modified Source/Server.c (diff)
Commit 8721777d4c26565b95a0f153b09ced2d492eb6fd by 16738302+Haxk20
Server.c: On respawn reset all input flags

This could cause issues like moving or etc
even tho player isnt doing this.
(commit: 8721777)
The file was modified Source/Server.c (diff)
Commit b349ac7c31fa66fb83db93a3472f4e2fb8f1b0d8 by 16738302+Haxk20
Packets.c: Do not allow hitting player with fake ammo
(commit: b349ac7)
The file was modified Source/Packets.c (diff)
Commit bc658be1f048de9549a9c93560f1d0be505f2b3a by 16738302+Haxk20
Server.c: stdio.h needs to be above readline

For some reason readline doesnt include stdio.h
on its own....
(commit: bc658be)
The file was modified Source/Server.c (diff)
Commit 20e2dd23c4baa8bfaaca11c5442f6806f89a60cf by 16738302+Haxk20
Protocol.c: Fix sending staff message to console
(commit: 20e2dd2)
The file was modified Source/Protocol.c (diff)