Remove redundant Lua function name comments
A number of comments assigning Lua function names were removed from server/global/const.go
. The deleted comments were unnecessary duplicates, resulting in cleaner and more maintainable code.
Signed-off-by: Christian Roessner c@roessner.co