mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Lua_Encounter doesn't need to expose constructor
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
|
||||
|
||||
luabind::scope lua_register_encounter() {
|
||||
return luabind::class_<Lua_Encounter>("Encounter")
|
||||
.def(luabind::constructor<>());
|
||||
return luabind::class_<Lua_Encounter>("Encounter");
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user