Skip to content

Commit

Permalink
comment out lua register chartrequests (breaks compile)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 30, 2018
1 parent ad12946 commit ef32fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetworkSyncManager.cpp
Expand Up @@ -1853,7 +1853,7 @@ class LunaChartRequest : public Luna<ChartRequest>
}
};

LUA_REGISTER_CLASS(ChartRequest)
//LUA_REGISTER_CLASS(ChartRequest) // breaks compile, no clue why -mina

// lua end
/*
Expand Down

0 comments on commit ef32fc2

Please sign in to comment.