Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fixed shapeshifters name in console (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotae4 authored Dec 17, 2021
1 parent c1a96e9 commit dd02efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions events/_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ struct EVENT_PLAYER {
if (kvp.key == PlayerOutfitType__Enum::Default)
{
outfit = kvp.value;
break;
}
}

Expand Down
4 changes: 2 additions & 2 deletions user/gitparams.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define GIT_CUR_COMMIT f43dca40e6ade5efd234d166a55babe129b9f8a7
#define GIT_BRANCH 2021.12.15
#define GIT_CUR_COMMIT c1a96e995553dca790698450823110c2ea930f74
#define GIT_BRANCH main

0 comments on commit dd02efa

Please sign in to comment.