From 145455ecfb8b62b8c92e468b2e63efc375ac3227 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Tue, 9 Mar 2004 20:35:50 +0000 Subject: [PATCH] removed one of the two set_user_money stocks --- plugins/include/amxmod.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/include/amxmod.inc b/plugins/include/amxmod.inc index 5f1a3f1e..f9b812a9 100755 --- a/plugins/include/amxmod.inc +++ b/plugins/include/amxmod.inc @@ -36,9 +36,6 @@ stock get_user_money(index) stock set_user_money(index,money,flash=1) return cs_set_user_money(index,money,flash) -stock set_user_money(index,money,flash=1) - return cs_set_user_money(index,money,flash) - stock numtostr(num,string[],len) return num_to_str(num,string,len)