Skip to content

Commit

Permalink
Fix typo in brain class (#4861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Apr 8, 2023
1 parent 6295275 commit 709a662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/aibrain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ local AIBrainEnergyComponent = ClassSimple {
-- localize scope for better performance
local pcall = pcall
local TableSize = table.getsize
local CoroutineYield = CoroutineYield
local CoroutineYield = coroutine.yield

local ok, msg

Expand Down

0 comments on commit 709a662

Please sign in to comment.