parent
00f70f2c54
commit
0945c30efd
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ void manager::add_events(const config::const_child_itors& cfgs, game_lua_kernel&
|
|||
|
||||
for(const config& new_ev : cfgs) {
|
||||
if(type.empty() && new_ev["id"].empty()) {
|
||||
WRN_NG << "attempt to add an [event] with empty id=, ignoring ";
|
||||
WRN_NG << "attempt to add an [event] with empty id= from [unit], ignoring ";
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue