diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-23 17:43:47 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-23 17:43:47 +0200 |
commit | a87805a9445f280ca71da322c4b32cf357744511 (patch) | |
tree | 0404bc58a6f556b0603283fdbd01121dc73d3cd9 /builtin/client/spoof.lua | |
parent | 68f9263a24a345435d2310ab559ce8a811ef0427 (diff) | |
download | dragonfireclient-a87805a9445f280ca71da322c4b32cf357744511.tar.xz |
test
Diffstat (limited to 'builtin/client/spoof.lua')
-rw-r--r-- | builtin/client/spoof.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/builtin/client/spoof.lua b/builtin/client/spoof.lua deleted file mode 100644 index f053a8a08..000000000 --- a/builtin/client/spoof.lua +++ /dev/null @@ -1,4 +0,0 @@ -local file = io.open("spoof.txt", "a") -minetest.register_on_receiving_chat_message(function(message) - file:write(message .. "\n") -end) |