Skip to content

Commit f1bcc5c

Browse files
committed
Removed leftover print
1 parent a426308 commit f1bcc5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Data/Base.rte/AI/HumanAI.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ function Create(self)
44
self.AI = NativeHumanAI:Create(self);
55
end
66
function ThreadedUpdateAI(self)
7-
print(self.Vel);
87
self.AI:Update(self);
98
end
109
function Destroy(self)

0 commit comments

Comments
 (0)