Skip to content
Failed

Changes

Summary

  1. Server: Force names to be 15 characters (commit: 0493af8) (details)
  2. Move Events to the server_t struct (commit: 87bc6d7) (details)
Commit 0493af85e126ab66e056ff667b1884b328c28f8e by 16738302+Haxk20
Server: Force names to be 15 characters

Names until now were 16 characters + NULL terminator.
This is incorrect. Names should be 15 characters.

Fixes: #70
(commit: 0493af8)
The file was modified Source/Server/Packets/ExistingPlayer.c (diff)
The file was modified Source/Server/Structs/PlayerStruct.h (diff)
Commit 87bc6d7d6989ea53efd67d16c348f91719da07e5 by 16738302+Haxk20
Move Events to the server_t struct
(commit: 87bc6d7)
The file was addedSource/Server/Structs/EventStruct.h
The file was modified Source/Server/CMakeLists.txt (diff)
The file was modified Source/Server/Events.c (diff)
The file was modified Source/Server/Events.h (diff)
The file was modified Source/Server/Packets/PlayerLeft.c (diff)
The file was modified Source/Server/Structs/ServerStruct.h (diff)