Skip to content

Commit c499ffa

Browse files
committed
Require tools API, oops
1 parent d56cda1 commit c499ffa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tptmp/client/init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ elseif not rawget(_G, "bit") then
2121
loadtime_error = "no bit API, try updating the game"
2222
elseif not http then
2323
loadtime_error = "no http API, try updating the game"
24+
elseif not tools then
25+
loadtime_error = "no tools API, try updating the game"
2426
elseif not socket or not socket.tcp then
2527
loadtime_error = "no socket API, try updating the game"
2628
elseif socket.bind then

0 commit comments

Comments
 (0)