Fix typos (#99)

* Fix typo
This commit is contained in:
Phantomsq 2017-01-28 16:22:19 +03:00 committed by s1lentq
parent a5dac3c267
commit 3a12271c3f
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ enum ItemRestType
{ {
ITEM_TYPE_BUYING, // when a player buying items ITEM_TYPE_BUYING, // when a player buying items
ITEM_TYPE_TOUCHED, // when the player touches with a weaponbox or armoury_entity ITEM_TYPE_TOUCHED, // when the player touches with a weaponbox or armoury_entity
ITEM_TYPE_EQUIPPED // when a entity game_player_equip gives item to player or default item's on player spawn ITEM_TYPE_EQUIPPED // when an entity game_player_equip gives item to player or default item's on player spawn
}; };
// constant items // constant items

View File

@ -31,7 +31,7 @@ enum ItemRestType
{ {
ITEM_TYPE_BUYING, // when a player buying items ITEM_TYPE_BUYING, // when a player buying items
ITEM_TYPE_TOUCHED, // when the player touches with a weaponbox or armoury_entity ITEM_TYPE_TOUCHED, // when the player touches with a weaponbox or armoury_entity
ITEM_TYPE_EQUIPPED // when a entity game_player_equip gives item to player or default item's on player spawn ITEM_TYPE_EQUIPPED // when an entity game_player_equip gives item to player or default item's on player spawn
}; };
// constant items // constant items