mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-28 01:16:47 -04:00
Fix freecam for custom courses
This commit is contained in:
@@ -340,3 +340,7 @@ void TestCourse::RenderCredits() {
|
||||
void TestCourse::Collision() {}
|
||||
|
||||
void TestCourse::Destroy() { }
|
||||
|
||||
bool TestCourse::IsMod() {
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user