diff --git a/doc/compile-fixes.md b/doc/compile-fixes.md index cc5a7b81e..eaf1ad864 100644 --- a/doc/compile-fixes.md +++ b/doc/compile-fixes.md @@ -23,36 +23,6 @@ Add ```-lexecinfo``` when compiling. Occurs when using musl. Webclient patches --------------------- -#### Starting game **Error 00000002 when setting current directory** -This is caused by IndexedDB not being initialised, which also means saved maps are lost when the tab is closed. - -Due to how IndexedDB works, you must load and initialise it before the game starts. Change: - -``` -