whitespace, the bane

This commit is contained in:
Aaron Kimbre 2023-08-04 21:39:50 -05:00
parent 7a0b245cb5
commit 845e499510

View File

@ -1045,7 +1045,7 @@ void HandlePacket(Packet* packet) {
if (!levelComponent) return;
auto version = levelComponent->GetCharacterVersion();
switch(version) {
switch (version) {
case eCharacterVersion::RELEASE:
// TODO: Implement, super low priority
case eCharacterVersion::LIVE: