diff options
| author | Apickx <apickx@cogarr.com> | 2017-11-11 22:31:29 -0500 |
|---|---|---|
| committer | Apickx <apickx@cogarr.com> | 2017-11-11 22:31:29 -0500 |
| commit | b93f8455c47be19e0af3a855c5fa5ad99b707685 (patch) | |
| tree | 8ec5d8a5c68c45d6f9faf59f832bfd24226fd991 /gamemode/shared/player_recipes.lua | |
| parent | b045e3fe401ed78ab16aa6202eeb36a428f8a8a2 (diff) | |
| download | wintersurvival2-b93f8455c47be19e0af3a855c5fa5ad99b707685.tar.gz wintersurvival2-b93f8455c47be19e0af3a855c5fa5ad99b707685.tar.bz2 wintersurvival2-b93f8455c47be19e0af3a855c5fa5ad99b707685.zip | |
Fixed recipies
Diffstat (limited to 'gamemode/shared/player_recipes.lua')
| -rw-r--r-- | gamemode/shared/player_recipes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/shared/player_recipes.lua b/gamemode/shared/player_recipes.lua index 4a85535..0c326f0 100644 --- a/gamemode/shared/player_recipes.lua +++ b/gamemode/shared/player_recipes.lua @@ -39,6 +39,7 @@ else local Dat = {}
for k,v in pairs(GAMEMODE.Recipes) do
+ if not v.Recipe then continue end
local Ab = v.Recipe.Resources
local Tools = v.Recipe.Tools
local PA = table.Count(Ab)
|
