Fixed compilation on linux.

Stupid me, why did I do this in the first place.
This commit is contained in:
Lemongrass3110 2016-01-03 14:48:20 +01:00
parent d30b250fb2
commit 8d152e9139

View File

@ -4,7 +4,7 @@
#ifndef _SCRIPT_CONSTANTS_H_
#define _SCRIPT_CONSTANTS_H_
#define export_constant(a) script_set_constant(###a,a,false)
#define export_constant(a) script_set_constant(#a,a,false)
/* server defines */
export_constant(PACKETVER);