mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 00:43:20 +00:00
Literally just remove old TODO's
This commit is contained in:
parent
8a76c34f8f
commit
cc765def37
13 changed files with 6 additions and 21 deletions
|
@ -325,7 +325,7 @@ void RestoreState(int client, int index = 0) {
|
|||
|
||||
void ResetStates(int client) {
|
||||
for(int stage = 0; stage < MAXIMUM_STAGES_STORED; stage++) {
|
||||
playerStatesList[stage][client].incapState = 0;//TODO: get incap state
|
||||
playerStatesList[stage][client].incapState = 0;
|
||||
playerStatesList[stage][client].pillSlotItem[0] = '\0';
|
||||
playerStatesList[stage][client].kitSlotItem[0] = '\0';
|
||||
playerStatesList[stage][client].permHealth = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue