summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ward <anjayward@gmail.com>2013-02-27 12:39:17 +0000
committerAndrew Ward <anjayward@gmail.com>2013-02-27 12:39:17 +0000
commit67677bde1ff2314fea235488e26b7d81e7bd4055 (patch)
tree90fa5e525d9b8e6fbe36729ce672dfc1926352e8
parent67a0b5c515cb65f7f3e30e1d3cc969fd4788fdbd (diff)
Comment header
-rw-r--r--api.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/api.lua b/api.lua
index cc0b1b5..ea4ee73 100644
--- a/api.lua
+++ b/api.lua
@@ -1,3 +1,9 @@
+-- AWARDS
+-- by Rubenwardy, CC-BY-SA
+-------------------------------------------------------
+-- this is api function file
+-------------------------------------------------------
+
-- Table Save Load Functions
function save_playerD()
local file = io.open(minetest.get_worldpath().."/awards.txt", "w")