summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/main.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 805c7136..85830088 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -27,8 +27,7 @@ function script mesq {
}
function script g {
- mes Sex == 0 ? getarg(0) : getarg(1);
- return;
+ return Sex == 0 ? getarg(0) : getarg(1);
}
function script lg {