aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index b3e94c4..c68b342 100644
--- a/main.cpp
+++ b/main.cpp
@@ -491,7 +491,6 @@ int main(int argc, char *argv[]){
char *worldBuf;
unsigned int worldSize;
worldBuf=currentWorld->save(&worldSize);
- if(ferror(worldSave))perror("HEY: ");
fclose(worldSave);
return 0; // Calls everything passed to atexit