aboutsummaryrefslogtreecommitdiffstats
path: root/inc/messages.inc
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2016-05-01 14:52:43 +0200
committerpiernov <piernov@piernov.org>2016-05-01 14:52:43 +0200
commit76df4eb85cadf9cf548b4aa1cc95970e1d53f48d (patch)
tree8c4ef775860e6d5349b2a5e56b622c1ab6f9c7be /inc/messages.inc
parentcaf62cfe0e439fc13f7c297954c4aeb21112a2ec (diff)
downloadcandybox-76df4eb85cadf9cf548b4aa1cc95970e1d53f48d.tar.gz
candybox-76df4eb85cadf9cf548b4aa1cc95970e1d53f48d.tar.bz2
candybox-76df4eb85cadf9cf548b4aa1cc95970e1d53f48d.tar.xz
candybox-76df4eb85cadf9cf548b4aa1cc95970e1d53f48d.zip
Implement loading saved games on server
Diffstat (limited to 'inc/messages.inc')
-rw-r--r--inc/messages.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/messages.inc b/inc/messages.inc
index 9f3a09d..955c0a0 100644
--- a/inc/messages.inc
+++ b/inc/messages.inc
@@ -9,6 +9,7 @@ $messages = array(
"gamesave_ok" => "Game saved.",
"gamesave_error" => "An error occured when trying to save the game.",
+ "gamesave_not_found" => "Couldn't find the specified save file.",
);
function sendMessage($type, $msg) {