Skip to content

Instantly share code, notes, and snippets.

View ProGamerJulian's full-sized avatar
🏠
Working from home

CarvisAI ProGamerJulian

🏠
Working from home
  • Austria
View GitHub Profile
@ProGamerJulian
ProGamerJulian / MajutikiNetworkManager.cpp
Last active March 14, 2026 18:27
Majutiki Voxel Sytem
//=====================================================================================================================
// MajutikiNetworkManager.cpp – Server-autoritärer Netzwerk-Manager
// FIXES:
// - Server_RequestVoxelEdit_Validate: Logik war invertiert (fast alle Requests wurden abgelehnt)
// - MaxBatchSize und MaxMaterialID sind jetzt konfigurierbar
//=====================================================================================================================
#include "MajutikiNetworkManager.h"
#include "Engine/World.h"
#include "GameFramework/PlayerController.h"
#include "Net/UnrealNetwork.h"