We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56cda1 commit c499ffaCopy full SHA for c499ffa
tptmp/client/init.lua
@@ -21,6 +21,8 @@ elseif not rawget(_G, "bit") then
21
loadtime_error = "no bit API, try updating the game"
22
elseif not http then
23
loadtime_error = "no http API, try updating the game"
24
+elseif not tools then
25
+ loadtime_error = "no tools API, try updating the game"
26
elseif not socket or not socket.tcp then
27
loadtime_error = "no socket API, try updating the game"
28
elseif socket.bind then
0 commit comments