From 67677bde1ff2314fea235488e26b7d81e7bd4055 Mon Sep 17 00:00:00 2001 From: Andrew Ward Date: Wed, 27 Feb 2013 12:39:17 +0000 Subject: [PATCH] Comment header --- api.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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")