diff options
author | deva <deva> | 2009-08-06 14:16:35 +0000 |
---|---|---|
committer | deva <deva> | 2009-08-06 14:16:35 +0000 |
commit | 8e98ba0deda4cc37c0d40b4ada04538099341b7b (patch) | |
tree | c3d795864e862ea2dee246eafe25b2fd33e5a9b6 /server/xml/macros/oejendrypning-1.0.xml | |
parent | 11591030b43932140fc2e3d4cc922e58f8bb7c6d (diff) |
Fixed missing source parameter.
Diffstat (limited to 'server/xml/macros/oejendrypning-1.0.xml')
-rw-r--r-- | server/xml/macros/oejendrypning-1.0.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/xml/macros/oejendrypning-1.0.xml b/server/xml/macros/oejendrypning-1.0.xml index c09b8aa..71e3055 100644 --- a/server/xml/macros/oejendrypning-1.0.xml +++ b/server/xml/macros/oejendrypning-1.0.xml @@ -24,7 +24,7 @@ <maps> <map name="now"> -- Set date to now if no other data available within last 24 hours. - return os.time(), os.time() - 24*60*60, 'system' + return os.time(), os.time() - 24*60*60, 'pracro' </map> </maps> <scripts> |