1
0
mirror of https://github.com/HybridDog/pdisc.git synced 2025-07-21 09:40:22 +02:00

Compare commits

4 Commits

Author SHA1 Message Date
7be2df43a3 Merge branch 'github' 2022-06-26 12:57:09 +02:00
aba56177a3 Add mod.conf 2022-06-26 12:54:08 +02:00
cd9c345420 Merge remote-tracking branch 'upstream/master' 2021-01-19 23:31:23 +01:00
bce2421ac5 Change message de chargement du mod vers le journal "action" 2019-01-05 22:29:33 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -15,5 +15,5 @@ local msg = "[pdisc] loaded after ca. " .. time .. " seconds."
if time > 0.01 then if time > 0.01 then
print(msg) print(msg)
else else
minetest.log("info", msg) minetest.log("action", msg)
end end

2
mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = pdisc
description = A mod supposed to be used for programming robots in minetest