diff --git a/gw-action.php b/gw-action.php
index 94c4439..792158a 100644
--- a/gw-action.php
+++ b/gw-action.php
@@ -13,7 +13,7 @@ if ($action == 1){ //insert dropped items data
echo '
';
echo 'Character creation is currently disabled!
Click here to go to the main page';
//echo ''; //enable this and modify it when gw-create.php is made
-{
+} else {
echo 'You shouldn\'t be seeing this, something went horribly horribly wrong!';
}
?>
\ No newline at end of file